Signed-off-by: olivier lamy <olamy@apache.org>
This commit is contained in:
olivier lamy 2019-01-02 10:22:24 +10:00
parent 1a3a0928b7
commit 3497ddde93
1 changed files with 3 additions and 1 deletions

4
Jenkinsfile vendored
View File

@ -62,7 +62,9 @@ pipeline {
}
stage('JDK11') {
steps {
asfStandardBuild.mavenBuild(buildJdk11,"clean install -U -fae -T3",[])
script {
asfStandardBuild.mavenBuild(buildJdk11,"clean install -U -fae -T3",[])
}
}
}