Forgot to quote maven-parent.

This commit is contained in:
Manuele Simi 2019-09-25 09:47:49 -04:00
parent a4256e5543
commit 2f4f1a46d8
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -98,7 +98,7 @@ pipeline {
stage('build maven-parent') {
steps {
withMaven(jdk: "${maven_jdk}", mavenLocalRepo: "${maven_local_repo_path}", mavenSettingsFilePath: "${maven_settings_file}") {
build maven-parent
build 'maven-parent'
}
echo "Done with maven-parent"
}