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 Disable experimental job trigger 2019-12-19 14:42:23 -08:00
README.md Move periodic job to ES repo (#48570) 2019-11-13 17:12:42 +02:00
build.sh Require JDK 13 for compilation (#50004) 2019-12-11 16:29:15 -05:00
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 Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
java-versions.properties Upgrade to Gradle 6.1 (#50453) 2020-01-16 13:58:29 -08:00
make-branch-config.sh Move periodic job to ES repo (#48570) 2019-11-13 17:12:42 +02:00
matrix-runtime-javas.yml Enable tests in FIPS 140 in JDK 11 (#49485) 2020-01-27 11:14:52 +02:00
matrix-vagrant-packaging.yml Add list of compatible OSes for vagrant packaging CI tests 2020-02-05 14:00:13 -08:00
os.ps1 Fix the windows packaging tests exit code 2020-02-07 10:24:37 -08:00
os.sh Add Docker packaging tests on 7.x (#48857) 2019-11-05 15:17:59 +00:00
packer_cache.sh Require JDK 13 for compilation (#50004) 2019-12-11 16:29:15 -05: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 .