elasticsearch/.ci
Martijn van Groningen 4a4d604463
Add 7.14.2 version.
2021-09-01 18:30:51 +02:00
..
jobs.t Add debian 11 to pull request packaging test matrix 2021-09-01 08:17:09 -07:00
scripts Unset JAVA_TOOL_OPTIONS when running Windows packaging tests 2021-06-15 15:00:26 -07:00
templates.t Consolidate pull request jobs and make them branch-agnostic 2021-07-01 13:27:05 -07:00
views.t Consolidate pull request jobs and make them branch-agnostic 2021-07-01 13:27:05 -07:00
README.md Move periodic job to ES repo (#48570) 2019-11-13 17:12:00 +02:00
bwcVersions Add 7.14.2 version. 2021-09-01 18:30:51 +02:00
dockerOnLinuxExclusions Add SLES 15 SP3 to docker exclusion list 2021-07-29 16:07:12 -07:00
init.gradle Apply 2-space indent to all gradle scripts (#48849) 2019-11-13 10:14:04 +00:00
java-versions-aarch64.properties Bump minimumCompilerVersion to Java 16 (#73913) 2021-06-08 11:35:17 -07:00
java-versions.properties Fix runtime JAVA_HOME path 2021-06-30 09:39:44 -07:00
make-branch-config.sh Ensure CI job destination directory exists 2021-05-06 14:50:32 -07:00
matrix-runtime-javas-fips.yml Limit JDK versions for FIPS 140-2 matrix jobs (#74564) 2021-06-24 20:56:51 +03:00
matrix-runtime-javas.yml Add Java 17 EA to testing matrix 2021-04-20 15:36:56 -07:00
os.ps1 Parameterize windows packaging test script (#58980) 2020-07-08 13:49:46 -07:00
os.sh Introduce ES_JAVA_HOME (#68954) 2021-02-17 12:41:23 -05:00
packer_cache.sh Add JAVA15_HOME env var to packer cache script for aarch64 2021-06-14 09:16:36 -07:00

README.md

CI configuration for Elasticsearch

Layout and Syntax

CI is run by Jenkins at elasticsearch-ci. Jobs live in the jobs.t directory, these are defined in YML using a syntax simmilar to JJB. Macros are not allowed, and each job must be defined in its own file. Merging of the default configuration is customized so unlike in standard JJB, it recurses into YML objects. Further (internal) documentation on the setup is available .