Forgot to quote maven-parent.
This commit is contained in:
parent
a4256e5543
commit
2f4f1a46d8
|
@ -98,7 +98,7 @@ pipeline {
|
||||||
stage('build maven-parent') {
|
stage('build maven-parent') {
|
||||||
steps {
|
steps {
|
||||||
withMaven(jdk: "${maven_jdk}", mavenLocalRepo: "${maven_local_repo_path}", mavenSettingsFilePath: "${maven_settings_file}") {
|
withMaven(jdk: "${maven_jdk}", mavenLocalRepo: "${maven_local_repo_path}", mavenSettingsFilePath: "${maven_settings_file}") {
|
||||||
build maven-parent
|
build 'maven-parent'
|
||||||
}
|
}
|
||||||
echo "Done with maven-parent"
|
echo "Done with maven-parent"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue