d3cf89b563
This upgrade required a few significant changes. Firstly, the build scan plugin has been renamed, and changed to be a Settings plugin rather than a project plugin so the declaration of this has moved to our settings.gradle file. Second, we were using a rather old version of the Nebula ospackage plugin for building deb and rpm packages, the migration to the latest version required some updates to get things working as expected as we had some workarounds in place that are no longer applicable with the latest bug fixes. (cherry picked from commit 87f9c16e2f8870e3091062cde37b43042c3ae1c5) |
||
---|---|---|
.. | ||
jobs.t | ||
README.md | ||
build.sh | ||
bwcVersions | ||
dockerOnLinuxExclusions | ||
init.gradle | ||
java-versions.properties | ||
make-branch-config.sh | ||
matrix-build-javas.yml | ||
matrix-java-exclusions.yml | ||
matrix-runtime-javas.yml | ||
os.ps1 | ||
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 .