modified
parent
9a54b4c56e
commit
491c006305
|
|
@ -57,8 +57,8 @@
|
||||||
stages {
|
stages {
|
||||||
stage('Checkout Repositories'){
|
stage('Checkout Repositories'){
|
||||||
steps {
|
steps {
|
||||||
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'
|
||||||
sh "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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -75,9 +75,8 @@
|
||||||
stage('Execute Script') {
|
stage('Execute Script') {
|
||||||
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
|
||||||
//loopEnvironments(environments)
|
//loopEnvironments(environments)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue