quotes in jf
parent
f83a3a161d
commit
342865eb94
|
|
@ -96,7 +96,7 @@
|
||||||
stage('install required python packages') {
|
stage('install required python packages') {
|
||||||
steps {
|
steps {
|
||||||
sh '''
|
sh '''
|
||||||
pip install --user -r requirements.txt
|
pip3 install --user -r requirements.txt
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -117,7 +117,7 @@
|
||||||
stage('Execute Export Script TERRAFORM') {
|
stage('Execute Export Script TERRAFORM') {
|
||||||
steps {
|
steps {
|
||||||
|
|
||||||
sh 'python export.py TERRAFORM'
|
sh 'python3 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)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue