master
SLW\ARNAUA 2023-03-07 17:53:37 +01:00
parent cfd0d971f2
commit f1c19850cb
1 changed files with 3 additions and 3 deletions

6
Jenkinsfile vendored
View File

@ -58,8 +58,8 @@
stage('Checkout Repositories'){ stage('Checkout Repositories'){
steps { steps {
sh ''' sh '''
git branch: ${params.ABRANCH}, credentialsId: jaws_dynatrace_bitbuket_user, url: https://atc.bmwgroup.net/bitbucket/scm/opapm/shared_configuration.git git branch: "${params.ABRANCH}", credentialsId: jaws_dynatrace_bitbuket_user, url: https://atc.bmwgroup.net/bitbucket/scm/opapm/shared_configuration.git
git branch: ${params.BBRANCH}, credentialsId: jaws_dynatrace_bitbuket_user, url: https://atc.bmwgroup.net/bitbucket/scm/opapm/coco_terraform_config.git git branch: "${params.BBRANCH}", credentialsId: jaws_dynatrace_bitbuket_user, url: https://atc.bmwgroup.net/bitbucket/scm/opapm/coco_terraform_config.git
''' '''
} }
} }
@ -78,7 +78,7 @@
steps { steps {
sh ''' sh '''
python3 generate.py ./shared_configuration/${params.INPUTFOLDER} python3 generate.py ./shared_configuration/"${params.INPUTFOLDER}"
''' '''
//Only required once CN is not reachable from EMEA //Only required once CN is not reachable from EMEA