Fix syntax.
This commit is contained in:
parent
2cb403e808
commit
be04eb00e4
|
@ -33,7 +33,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('build core components') {
|
stage('build core components') {
|
||||||
steps {
|
steps {
|
||||||
withMaven(jdk: 'OpenJDK 8', mavenLocalRepo: "${maven_local_repo_path}, mavenSettingsFilePath: "${maven_settings_file}) {
|
withMaven(jdk: 'OpenJDK 8', mavenLocalRepo: "${maven_local_repo_path}", mavenSettingsFilePath: "${maven_settings_file}") {
|
||||||
build 'maven-parent'
|
build 'maven-parent'
|
||||||
build 'gcube-bom'
|
build 'gcube-bom'
|
||||||
build 'authorization-common-library'
|
build 'authorization-common-library'
|
||||||
|
|
Loading…
Reference in New Issue