mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-05 20:48:22 +00:00
b6f59ffd71
Now that JDK 12 has entered rampdown phase one, it is time for us to add JDK 12 to the CI rotation. This commit adds matrix parameters such that we try to build with JDK 12, and we test running on JDK 12.
15 lines
400 B
YAML
15 lines
400 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 on
|
|
# which Elasticsearch will be tested. Valid Java versions are 'java'
|
|
# or 'openjdk' followed by the major release number.
|
|
|
|
ES_RUNTIME_JAVA:
|
|
- java8
|
|
- java8fips
|
|
- java11
|
|
- openjdk12
|
|
- zulu8
|
|
- zulu11
|