fix syntax

Signed-off-by: olivier lamy <olamy@apache.org>
This commit is contained in:
olivier lamy 2018-12-30 11:04:57 +10:00
parent 79317d78fa
commit 92eba6f1bd
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -46,7 +46,7 @@ pipeline {
stages {
stage( 'BuildAndDeploy-JDK8' ) {
\steps {
steps {
mavenBuild( buildJdk, "clean deploy -U -fae -T3", 'Maven 3.5.2', defaultPublishers)
}
}