modified
parent
7bba575d5b
commit
e5d054d836
|
|
@ -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/") {
|
||||||
// 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/") {
|
||||||
// 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 {
|
||||||
|
|
@ -77,6 +77,8 @@
|
||||||
ls -la
|
ls -la
|
||||||
cd ./shared_configuration/
|
cd ./shared_configuration/
|
||||||
ls -la
|
ls -la
|
||||||
|
cd ../coco_terraform_config/
|
||||||
|
ls -la
|
||||||
python3 --version
|
python3 --version
|
||||||
pip3 --version
|
pip3 --version
|
||||||
pip3 install --user -r requirements.txt
|
pip3 install --user -r requirements.txt
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue