From: Martin Stockhammer Date: Fri, 23 Oct 2020 15:09:24 +0000 (+0200) Subject: Fixing JDK and maven labels for build X-Git-Tag: archiva-2.2.6~9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=eb05fe3ca4682103b7ecb7e234d5d9a0012247f6;p=archiva.git Fixing JDK and maven labels for build --- diff --git a/Jenkinsfile b/Jenkinsfile index 4421a466e..33ecaf3b8 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"