master
SLW\ARNAUA 2023-03-09 09:30:17 +01:00
parent 3bcff16534
commit 76a9330299
1 changed files with 4 additions and 2 deletions

2
Jenkinsfile vendored
View File

@ -57,10 +57,12 @@
stages { stages {
stage('Checkout Repositories'){ stage('Checkout Repositories'){
steps { steps {
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.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"
} }
} }
}
stage('Install Required Python Packages') { stage('Install Required Python Packages') {
steps { steps {