From e735472b75601c389ce5f44a1e3e11e2ff4e676b Mon Sep 17 00:00:00 2001 From: "SLW\\ARNAUA" Date: Thu, 9 Mar 2023 14:42:48 +0100 Subject: [PATCH] modified --- Jenkinsfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6641168..9870ce6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -111,9 +111,7 @@ stage('Execute Script') { steps { - dir("/opt/workspace/coco_apm_slo_yaml2tf") { - sh "python3 generate.py /../shared_configuration/${params.INPUTFOLDER} /../coco_terraform_config/" - } + sh "python3 /opt/workspace/coco_apm_slo_yaml2tf/generate.py ../shared_configuration/${params.INPUTFOLDER} ../coco_terraform_config/" //Only required once CN is not reachable from EMEA //loopEnvironments(environments) }