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