diff --git a/Jenkinsfile b/Jenkinsfile index d16360d..c71f22d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -58,10 +58,10 @@ stage('Checkout Repositories'){ steps { parallel 'Checkout Repositories': { - dir("/opt/workspace/") { + 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/") { + 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" } }