mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-07 21:48:39 +00:00
* Add test matrix axis files for periodic java testing * Add properties file defining java versions to use * We have no openjdk8 * Remove openjdk Oracle Java and OpenJDK basically only differ in license, so we don't need to test both.
10 lines
340 B
YAML
10 lines
340 B
YAML
# This file is used as part of a matrix build in Jenkins where the
|
|
# values below are included as an axis of the matrix.
|
|
|
|
# This axis of the build matrix represents the versions of Java with
|
|
# which Elasticsearch will be built. Valid Java versions are 'java'
|
|
# or 'openjdk' followed by the major release number.
|
|
|
|
ES_BUILD_JAVA:
|
|
- java10
|