master
SLW\ARNAUA 2023-03-09 10:56:42 +01:00
parent 7bba575d5b
commit e5d054d836
1 changed files with 14 additions and 12 deletions

26
Jenkinsfile vendored
View File

@ -55,19 +55,19 @@
}
stages {
// stage('Checkout Repositories'){
// steps {
// parallel 'Checkout Repositories': {
// 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"
// }
// 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"
// }
// }
// }
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"
}
dir("/opt/workspace/") {
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') {
steps {
@ -77,6 +77,8 @@
ls -la
cd ./shared_configuration/
ls -la
cd ../coco_terraform_config/
ls -la
python3 --version
pip3 --version
pip3 install --user -r requirements.txt