adding new script
parent
0b02b226ee
commit
c96c516892
|
|
@ -78,7 +78,7 @@
|
||||||
stage('Execute Reporting Script') {
|
stage('Execute Reporting Script') {
|
||||||
steps {
|
steps {
|
||||||
|
|
||||||
sh 'python createReport.py -p week'
|
sh 'python3 createReport.py -p week'
|
||||||
print env.FROMDATE
|
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