Add options eval.
This commit is contained in:
parent
3926924b66
commit
86941c78ac
|
@ -33,7 +33,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('build core components') {
|
stage('build core components') {
|
||||||
steps {
|
steps {
|
||||||
withMaven(mavenOptions) {
|
withMaven($mavenOptions) {
|
||||||
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