master
SLW\ARNAUA 2023-03-08 07:38:04 +01:00
parent f1c19850cb
commit 9a54b4c56e
1 changed files with 2 additions and 4 deletions

6
Jenkinsfile vendored
View File

@ -57,10 +57,8 @@
stages { stages {
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 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
'''
} }
} }