fb685adc94
* Move periodic job to ES repo This change kickstarts the process of moving CI job definitions to this repo. * Added a minimal readme to provide pointers to the documentation * Update .ci/README.md Co-Authored-By: Rory Hunter <pugnascotia@users.noreply.github.com> * Update .ci/README.md Co-Authored-By: Rory Hunter <pugnascotia@users.noreply.github.com> * point to main repo * PR review * Add link to JJBB |
||
---|---|---|
.. | ||
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 .