master
SLW\ARNAUA 2023-03-09 10:18:08 +01:00
parent 76a9330299
commit 3ec5af23ee
1 changed files with 4 additions and 2 deletions

6
Jenkinsfile vendored
View File

@ -56,10 +56,12 @@
stages {
stage('Checkout Repositories'){
steps {
parallel 'Checkout Repositories' {
dir("/opt/workspace/") {
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"
}
dir("/opt/workspace/") {
git branch: "${params.BBRANCH}", credentialsId: "jaws_dynatrace_bitbuket_user", url: "https://atc.bmwgroup.net/bitbucket/scm/opapm/coco_terraform_config.git"
}
}
}