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

2
Jenkinsfile vendored
View File

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