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