quotes in jf
parent
64e0770e15
commit
b8cdcd8c12
|
|
@ -117,7 +117,7 @@
|
||||||
stage('Execute Export Script TERRAFORM') {
|
stage('Execute Export Script TERRAFORM') {
|
||||||
steps {
|
steps {
|
||||||
|
|
||||||
sh 'python3 export.py TERRAFORM'
|
sh 'python export.py TERRAFORM'
|
||||||
|
|
||||||
//Only required once CN is not reachable from EMEA
|
//Only required once CN is not reachable from EMEA
|
||||||
//loopEnvironments(environments)
|
//loopEnvironments(environments)
|
||||||
|
|
|
||||||
|
|
@ -7,3 +7,4 @@
|
||||||
#=======
|
#=======
|
||||||
python-dotenv
|
python-dotenv
|
||||||
pyhcl
|
pyhcl
|
||||||
|
subprocess32
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue