Add options eval.

This commit is contained in:
Manuele Simi 2019-05-28 21:59:42 +02:00
parent 3926924b66
commit 86941c78ac
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(mavenOptions) {
withMaven($mavenOptions) {
build 'maven-parent'
build 'gcube-bom'
build 'authorization-common-library'