OpenSearch/.ci
Jason Tedor 23ab9e0204
Require JDK 13 for compilation (#50004)
We have a long history of advancing the required compiler to the newest
JDK. JDK 13 has been with us for awhile, but we were blocked from
upgrading since Gradle was not compatible with JDK 13. With the
advancement in our project to Gradle 6 which supports JDK 13, we can now
advance our minimum compiler version. This commit updates the minimum
compiler version to JDK 13.
2019-12-11 16:29:15 -05:00
..
jobs.t Move env vars to script, add build scan wrapper (#49070) 2019-11-15 16:25:55 +02: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 Update CI BWC versions 2019-12-03 16:18:49 -08:00
dockerOnLinuxExclusions Add Docker packaging tests on 7.x (#48857) 2019-11-05 15:17:59 +00:00
init.gradle Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00
java-versions.properties Require JDK 13 for compilation (#50004) 2019-12-11 16:29:15 -05:00
make-branch-config.sh Move periodic job to ES repo (#48570) 2019-11-13 17:12:42 +02:00
matrix-build-javas.yml Require JDK 13 for compilation (#50004) 2019-12-11 16:29:15 -05:00
matrix-java-exclusions.yml Java versions for ci (#29320) 2018-04-02 14:24:25 -04:00
matrix-runtime-javas.yml Require JDK 13 for compilation (#50004) 2019-12-11 16:29:15 -05:00
os.ps1 Read build and runtime java from properties file (#48355) 2019-10-23 13:23:40 +03: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 .