elasticsearch/.ci
elasticsearchmachine 948fab0a25 Bump versions after 8.13.4 release 2024-05-10 21:38:45 +00:00
..
jobs.t [ci] Migrate pull requests to running in Buildkite (#101843) 2023-11-06 15:43:44 -05:00
scripts
templates.t [ci] Migrate pull requests to running in Buildkite (#101843) 2023-11-06 15:43:44 -05:00
views.t
README.md
bwcVersions Bump versions after 8.13.4 release 2024-05-10 21:38:45 +00:00
dockerOnLinuxExclusions
init.gradle Revert "Update build cache setup to use Gradle Enterprise connector (#102180)" (#102446) 2023-11-23 06:19:45 -05:00
java-versions-aarch64.properties
java-versions-fips.properties
java-versions.properties
make-branch-config.sh
matrix-runtime-javas-fips.yml
matrix-runtime-javas.yml
packer_cache.ps1
packer_cache.sh
snapshotBwcVersions Bump versions after 8.13.4 release 2024-05-10 21:38:45 +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 .