master
SLW\ARNAUA 2023-03-09 10:45:58 +01:00
parent f653633b09
commit 819cf64a8d
1 changed files with 12 additions and 12 deletions

24
Jenkinsfile vendored
View File

@ -55,19 +55,19 @@
} }
stages { stages {
stage('Checkout Repositories'){ // stage('Checkout Repositories'){
steps { // steps {
parallel 'Checkout Repositories': { // parallel 'Checkout Repositories': {
dir("/opt/workspace/shared_configuration/") { // dir("/opt/workspace/shared_configuration/") {
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"
} // }
dir("/opt/workspace/coco_terraform_config/") { // dir("/opt/workspace/coco_terraform_config/") {
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 {