master
SLW\ARNAUA 2023-03-07 17:44:03 +01:00
parent 4a82111c93
commit cb7a2f21df
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -58,8 +58,8 @@
stage('Checkout Repositories'){ stage('Checkout Repositories'){
steps { steps {
sh ''' sh '''
git branch: '${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: '${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'
''' '''
} }
} }