master
SLW\ARNAUA 2023-03-09 14:47:29 +01:00
parent e735472b75
commit 29329990c8
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -111,7 +111,7 @@
stage('Execute Script') {
steps {
sh "python3 /opt/workspace/coco_apm_slo_yaml2tf/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)
}