modified
parent
7fecef4891
commit
e6f9f8462a
|
|
@ -111,7 +111,7 @@
|
||||||
|
|
||||||
stage('Execute Script') {
|
stage('Execute Script') {
|
||||||
steps {
|
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 /opt/workspace/shared_configuration/${params.INPUTFOLDER} /opt/workspace/coco_terraform_config/"
|
||||||
//Only required once CN is not reachable from EMEA
|
//Only required once CN is not reachable from EMEA
|
||||||
//loopEnvironments(environments)
|
//loopEnvironments(environments)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue