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