diff --git a/Jenkinsfile b/Jenkinsfile index fe008c7..6db96cf 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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) diff --git a/requirements.txt b/requirements.txt index 01c1275..186d47a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,3 +7,4 @@ #======= python-dotenv pyhcl +subprocess32