Add CI environment variable properties for ARM

This commit is contained in:
Mark Vieira 2021-02-18 15:22:07 -08:00
parent 94f16cd323
commit 4f73587ef5

View file

@ -0,0 +1,9 @@
# This file is used with all of the non-matrix tests in Jenkins.
# This .properties file defines the versions of Java with which to
# build and test Elasticsearch for this branch. Valid Java versions
# are 'java' or 'openjdk' followed by the major release number.
ES_BUILD_JAVA=adoptopenjdk15
ES_RUNTIME_JAVA=adoptopenjdk11
GRADLE_TASK=build