modified
parent
e5d054d836
commit
38aecb1f7d
|
|
@ -58,10 +58,10 @@
|
||||||
stage('Checkout Repositories'){
|
stage('Checkout Repositories'){
|
||||||
steps {
|
steps {
|
||||||
parallel 'Checkout Repositories': {
|
parallel 'Checkout Repositories': {
|
||||||
dir("/opt/workspace/") {
|
dir("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/") {
|
dir("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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -75,7 +75,7 @@
|
||||||
cd ..
|
cd ..
|
||||||
pwd
|
pwd
|
||||||
ls -la
|
ls -la
|
||||||
cd ./shared_configuration/
|
cd shared_configuration/
|
||||||
ls -la
|
ls -la
|
||||||
cd ../coco_terraform_config/
|
cd ../coco_terraform_config/
|
||||||
ls -la
|
ls -la
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue