adding new script

master
rforstner 2022-01-20 20:24:16 +01:00
parent 00ee0b598f
commit 3b78a0dbce
1 changed files with 3 additions and 2 deletions

5
Jenkinsfile vendored
View File

@ -77,8 +77,9 @@
stage('Execute Reporting Script') { stage('Execute Reporting Script') {
steps { steps {
sh 'python3 createReport.py -p week' sh 'python createReport.py -p week'
print env.FROMDATE
//Only required once CN is not reachable from EMEA //Only required once CN is not reachable from EMEA
//loopEnvironments(environments) //loopEnvironments(environments)
} }