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

4
Jenkinsfile vendored
View File

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