From f653633b09132691aea0b94058f5ad6ae23e8a56 Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Thu, 9 Mar 2023 10:42:13 +0100 Subject: [PATCH] modified --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index c71f22d..f1ea822 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -58,10 +58,10 @@ stage('Checkout Repositories'){ steps { parallel 'Checkout Repositories': { - dir("/opt/workspace/shared_configuration") { + 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/coco_terraform_config") { + 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" } }