quotes in jf
parent
f83a3a161d
commit
342865eb94
|
|
@ -96,7 +96,7 @@
|
|||
stage('install required python packages') {
|
||||
steps {
|
||||
sh '''
|
||||
pip install --user -r requirements.txt
|
||||
pip3 install --user -r requirements.txt
|
||||
'''
|
||||
}
|
||||
}
|
||||
|
|
@ -117,7 +117,7 @@
|
|||
stage('Execute Export Script TERRAFORM') {
|
||||
steps {
|
||||
|
||||
sh 'python export.py TERRAFORM'
|
||||
sh 'python3 export.py TERRAFORM'
|
||||
|
||||
//Only required once CN is not reachable from EMEA
|
||||
//loopEnvironments(environments)
|
||||
|
|
|
|||
Loading…
Reference in New Issue