aboutsummaryrefslogtreecommitdiffstats
path: root/Jenkinsfile
diff options
context:
space:
mode:
authorolivier lamy <olamy@apache.org>2018-12-31 18:01:37 +1000
committerolivier lamy <olamy@apache.org>2018-12-31 18:01:37 +1000
commitd2981f18d21f454c22648382269c2e74c74eaab7 (patch)
treec49dbd165cc2080e14c7333586ab45a63cd64b3a /Jenkinsfile
parent5e7d541cf12a071698f0ced3555e24ddf268c6d8 (diff)
downloadarchiva-d2981f18d21f454c22648382269c2e74c74eaab7.tar.gz
archiva-d2981f18d21f454c22648382269c2e74c74eaab7.zip
fix name
Signed-off-by: olivier lamy <olamy@apache.org>
Diffstat (limited to 'Jenkinsfile')
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index 13c56d928..4eeef5cef 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -126,7 +126,7 @@ pipeline {
ARCHIVA_USER_CONFIG_FILE = '/tmp/archiva-master-jdk-11-${env.JOB_NAME}.xml'
}
steps {
- ws("${env.JOB_NAME}-JDK10") {
+ ws("${env.JOB_NAME}-JDK11") {
checkout scm
timeout(120) {
withMaven(maven: buildMvn, jdk: buildJdk11,