diff --git a/Jenkinsfile b/Jenkinsfile index c69e0f3..3c02c78 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { stages { stage('build core components') { steps { - withMaven(mavenOptions) { + withMaven($mavenOptions) { build 'maven-parent' build 'gcube-bom' build 'authorization-common-library'