master
SLW\ARNAUA 2023-03-08 08:43:58 +01:00
parent f5f4485ad5
commit 208dc49b84
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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