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

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


The following commit(s) were added to refs/heads/archiva-2.x by this push:
     new eb05fe3  Fixing JDK and maven labels for build
eb05fe3 is described below

commit eb05fe3ca4682103b7ecb7e234d5d9a0012247f6
Author: Martin Stockhammer <[email protected]>
AuthorDate: Fri Oct 23 17:09:24 2020 +0200

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

diff --git a/Jenkinsfile b/Jenkinsfile
index 4421a46..33ecaf3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -28,8 +28,8 @@
  * Only the war and zip artifacts are archived in the jenkins build archive.
  */
 LABEL = 'ubuntu'
-buildJdk = 'JDK 1.8 (latest)'
-buildMvn = 'Maven 3.5.2'
+buildJdk = 'jdk_1.8_latest'
+buildMvn = 'maven_3.5.2'
 deploySettings = 'archiva-uid-jenkins'
 INTEGRATION_PIPELINE = "Archiva-IntegrationTests-Gitbox"
 

Reply via email to