elasticsearch/.ci
elasticsearchmachine ba50e26252 Bump versions after 8.18.3 release 2025-06-24 18:30:29 +00:00
..
scripts Handle quotes in gradle arguments (#128548) 2025-06-02 08:17:25 +02:00
README.md
bwcVersions Bump versions after 8.18.3 release 2025-06-24 18:30:29 +00:00
dockerOnLinuxExclusions Add SLES 15.6 to docker linux exclusions list (#116506) 2024-11-08 18:45:25 +01:00
init.gradle [BUILD] Rework build cache authentication on CI (#122296) 2025-02-14 16:48:15 +01:00
java-versions-aarch64.properties Bump Elasticsearch to a minimum of JDK 21 (#112252) 2024-09-11 21:56:50 +01:00
java-versions-fips.properties Bump Elasticsearch to a minimum of JDK 21 (#112252) 2024-09-11 21:56:50 +01:00
java-versions.properties Bump Elasticsearch to a minimum of JDK 21 (#112252) 2024-09-11 21:56:50 +01:00
matrix-runtime-javas-fips.yml
matrix-runtime-javas.yml
packer_cache.ps1
packer_cache.sh
snapshotBwcVersions Bump versions after 8.18.3 release 2025-06-24 18:30:29 +00: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 .