Signed-off-by: olivier lamy <olamy@apache.org>
This commit is contained in:
olivier lamy 2018-12-31 18:01:37 +10:00
parent 5e7d541cf1
commit d2981f18d2
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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,