diff --git a/Jenkinsfile b/Jenkinsfile index 15e3ee4..80b1bf5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -77,8 +77,9 @@ stage('Execute Reporting Script') { steps { - sh 'python3 createReport.py -p week' - print env.FROMDATE + sh 'python createReport.py -p week' + + //Only required once CN is not reachable from EMEA //loopEnvironments(environments) }