diff --git a/Jenkinsfile b/Jenkinsfile index fc8b110..56b81af 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -56,7 +56,7 @@ stages { stage('Checkout Repositories'){ - parallel 'Checkout Repositories' { + 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" }