You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2020/12/11 07:54:34 UTC

[myfaces-tobago] 19/22: Jenkins properties has been renamed on ci-builds.apache.org

This is an automated email from the ASF dual-hosted git repository.

weber pushed a commit to branch TOBAGO-1999_Select2
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git

commit 66d96a31bd1b2e9ac73c952f6e018defa9459727
Author: Udo Schnurpfeil <ud...@irian.eu>
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 | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 204daa9..0bcb980 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -43,12 +43,12 @@ pipeline {
                 axes {
                     axis {
                         name 'JAVA_VERSION'
-                        values 'JDK 1.8 (latest)'  /*, 'JDK 11 (latest)'  Tobago 2 officially supports Java 5, but Java 11 compiles no target for Java 5  */
+                        values 'jdk_1.8_latest'  /*, 'JDK 11 (latest)'  Tobago 2 officially supports Java 5, but Java 11 compiles no target for Java 5  */
                     }
                 }
 
                 tools {
-                    maven "Maven (latest)"
+                    maven "maven_latest"
                     jdk "${JAVA_VERSION}"
                 }
 
@@ -70,8 +70,8 @@ pipeline {
         }
         stage('Deploy') {
             tools {
-                maven "Maven (latest)"
-                jdk "JDK 1.8 (latest)"
+                maven "maven_latest"
+                jdk "jdk_1.8_latest"
             }
             steps {
                 sh "mvn clean deploy -Pgenerate-assembly"
@@ -147,5 +147,5 @@ Director of Continuous Integration
         )
       }
     }
-    }
+  }
 }
\ No newline at end of file