This is an automated email from the ASF dual-hosted git repository. lofwyr pushed a commit to branch tobago-4.x in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git commit be8e0bf77a4191b654c988b6a68d594d2fd4f9f9 Author: Udo Schnurpfeil AuthorDate: Wed Oct 21 12:00:04 2020 +0200 Jenkins properties has been renamed on ci-builds.apache.org (cherry picked from commit b0c2e5a893d13ee95dd0ed73179220d0989d4e1f) --- Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index bc0f80b..5b08072 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,12 +43,12 @@ pipeline { axes { axis { name 'JAVA_VERSION' - values 'JDK 1.8 (latest)', 'JDK 11 (latest)', 'JDK 14 (latest)' + values 'jdk_1.8_latest', 'jdk_11_latest', 'jdk_14_latest' } } tools { - maven "Maven (latest)" + maven "maven_latest" jdk "${JAVA_VERSION}" } @@ -70,8 +70,8 @@ pipeline { } stage('Deploy') { tools { - maven "Maven (latest)" - jdk "JDK 11 (latest)" + maven "maven_latest" + jdk "jdk_11_latest" } steps { sh "mvn clean deploy -Pgenerate-assembly"