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

martin_s pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/archiva-redback-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 7c293d5  Fixing JDK and maven labels for build
7c293d5 is described below

commit 7c293d574a20f02a19234374113535f10ab9b74c
Author: Martin Stockhammer <[email protected]>
AuthorDate: Fri Oct 23 17:04:44 2020 +0200

    Fixing JDK and maven labels for build
---
 Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 18cce19..84c0b8f 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -28,9 +28,9 @@
  * Only the war and zip artifacts are archived in the jenkins build archive.
  */
 LABEL = 'ubuntu'
-buildJdk = 'JDK 1.8 (latest)'
-buildJdk11 = 'JDK 11 (latest)'
-mavenVersion = 'Maven 3.5.4'
+buildJdk = 'jdk_1.8_latest'
+buildJdk11 = 'jdk_11_latest'
+mavenVersion = 'maven_3.5.4'
 
 def defaultPublishers = [artifactsPublisher(disabled: false), 
junitPublisher(ignoreAttachments: false, disabled: false),
                          findbugsPublisher(disabled: true), 
openTasksPublisher(disabled: true),

Reply via email to