Fix syntax.

This commit is contained in:
Manuele Simi 2019-05-28 22:15:20 +02:00
parent 2cb403e808
commit be04eb00e4
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -33,7 +33,7 @@ pipeline {
stages {
stage('build core components') {
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 'gcube-bom'
build 'authorization-common-library'