From f1c19850cbab08033b454ec1a0f6c578a5b31028 Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Tue, 7 Mar 2023 17:53:37 +0100 Subject: [PATCH] updated --- Jenkinsfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index b438af0..1079cc2 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -58,8 +58,8 @@ stage('Checkout Repositories'){ steps { sh ''' - git branch: ${params.ABRANCH}, credentialsId: jaws_dynatrace_bitbuket_user, url: https://atc.bmwgroup.net/bitbucket/scm/opapm/shared_configuration.git - git branch: ${params.BBRANCH}, credentialsId: jaws_dynatrace_bitbuket_user, url: https://atc.bmwgroup.net/bitbucket/scm/opapm/coco_terraform_config.git + git branch: "${params.ABRANCH}", credentialsId: jaws_dynatrace_bitbuket_user, url: https://atc.bmwgroup.net/bitbucket/scm/opapm/shared_configuration.git + git branch: "${params.BBRANCH}", credentialsId: jaws_dynatrace_bitbuket_user, url: https://atc.bmwgroup.net/bitbucket/scm/opapm/coco_terraform_config.git ''' } } @@ -78,7 +78,7 @@ steps { sh ''' - python3 generate.py ./shared_configuration/${params.INPUTFOLDER} + python3 generate.py ./shared_configuration/"${params.INPUTFOLDER}" ''' //Only required once CN is not reachable from EMEA