From b238d41526ce014d1f2918da78c81b5b5a5b27f8 Mon Sep 17 00:00:00 2001 From: "Rene Forstner (ext.)" Date: Fri, 4 Feb 2022 09:07:26 +0100 Subject: [PATCH] Jenkinsfile edited online with Bitbucket --- Jenkinsfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index cda39d9..224c1bd 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,13 +32,13 @@ //here comes the trigger according to crontabs - jenkins is in UTC triggers { //every 1st of every month at 00:00 - //cron('0 0 1 * *') + cron('0 0 1 * *') //every day at 08:00 //cron('0 8 * * *') //every monday at 08:00 - cron('0 8 * * 1') + //cron('0 8 * * 1') } @@ -76,7 +76,7 @@ stage('Execute Reporting Script') { steps { - sh 'python createReport.py -p week' + sh 'python createReport.py -p month' //Only required once CN is not reachable from EMEA @@ -109,4 +109,4 @@ cleanWs() } } -} \ No newline at end of file +}