OpenSearch/.ci
Mark Vieira 528e77cd5e
Update Docker on linux exclusion list (#52736)
(cherry picked from commit 5cfbf4dac11225d9f48fc25919e29713dd53a279)
2020-02-25 09:24:38 -08:00
..
jobs.t
README.md
build.sh
bwcVersions Add version constant for 7.6.1 2020-02-11 09:44:43 -05:00
dockerOnLinuxExclusions Update Docker on linux exclusion list (#52736) 2020-02-25 09:24:38 -08:00
init.gradle
java-versions.properties
make-branch-config.sh
matrix-runtime-javas.yml
matrix-vagrant-packaging.yml
os.ps1 Fix the windows packaging tests exit code 2020-02-07 10:24:37 -08:00
os.sh
packer_cache.sh

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 .