elasticsearch/.ci
Mark Vieira b4ea484f44
Bump versions after 7.17.11 release
2023-06-29 13:30:37 -07:00
..
jobs.t Add periodic CI job for testing with concurrent search enabled 2023-06-02 10:09:20 -07:00
scripts Fix packaging test reliance on SYSTEM_JAVA_HOME (#94293) 2023-03-02 18:45:20 -05:00
templates.t
views.t
README.md
bwcVersions Bump versions after 7.17.11 release 2023-06-29 13:30:37 -07:00
dockerOnLinuxExclusions Add SLES 15.4 to the docker exclusion list (#96037) 2023-05-11 12:22:37 -04:00
init.gradle
java-versions-aarch64.properties
java-versions-fips.properties
java-versions.properties
make-branch-config.sh
matrix-runtime-javas-fips.yml
matrix-runtime-javas.yml Add openjdk21 ea to java ci test matrix (#96932) 2023-06-20 07:30:08 +02:00
packer_cache.sh Don't attempt to create a build scan when resolving 6.8 dependencies 2023-03-29 13:19:50 -07:00
snapshotBwcVersions Bump versions after 7.17.11 release 2023-06-29 13:30:37 -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 .