quotes in jf

master
rforstner 2022-01-26 16:34:37 +01:00
parent 64e0770e15
commit b8cdcd8c12
2 changed files with 2 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -117,7 +117,7 @@
stage('Execute Export Script TERRAFORM') {
steps {
sh 'python3 export.py TERRAFORM'
sh 'python export.py TERRAFORM'
//Only required once CN is not reachable from EMEA
//loopEnvironments(environments)

View File

@ -7,3 +7,4 @@
#=======
python-dotenv
pyhcl
subprocess32