adding new script
parent
00ee0b598f
commit
3b78a0dbce
|
|
@ -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)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue