You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2020/11/05 06:27:44 UTC

[struts] 02/02: Uses proper labels for tools

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

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 27d91caf15fe92371f03faae300b0679f83ba9ea
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Thu Nov 5 07:27:25 2020 +0100

    Uses proper labels for tools
---
 Jenkinsfile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ac7516d..be834d1 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -30,8 +30,8 @@ pipeline {
         label 'ubuntu'
       }
       tools {
-        jdk 'JDK 11 (latest)'
-        maven 'Maven (latest)'
+        jdk 'jdk_11_latest'
+        maven 'maven_3_latest'
       }
       environment {
         MAVEN_OPTS = "-Xmx1024m"
@@ -66,8 +66,8 @@ pipeline {
         label 'ubuntu'
       }
       tools {
-        jdk 'JDK 1.9 (latest)'
-        maven 'Maven (latest)'
+        jdk 'jdk_1.9_latest'
+        maven 'maven_3_latest'
       }
       environment {
         MAVEN_OPTS = "-Xmx1024m"
@@ -102,8 +102,8 @@ pipeline {
         label 'ubuntu'
       }
       tools {
-        jdk 'JDK 1.8 (latest)'
-        maven 'Maven (latest)'
+        jdk 'jdk_1.8_latest'
+        maven 'maven_3_latest'
       }
       environment {
         MAVEN_OPTS = "-Xmx1024m"