modified
parent
f1c19850cb
commit
9a54b4c56e
|
|
@ -57,10 +57,8 @@
|
|||
stages {
|
||||
stage('Checkout Repositories'){
|
||||
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.BBRANCH}", credentialsId: jaws_dynatrace_bitbuket_user, url: https://atc.bmwgroup.net/bitbucket/scm/opapm/coco_terraform_config.git
|
||||
'''
|
||||
sh "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"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue