diff --git a/Jenkinsfile b/Jenkinsfile index ec717c3..a3dd44b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,7 +32,8 @@ //here comes the trigger according to crontabs - jenkins is in UTC triggers { //every 1st of every month at 00:00 - cron('0 0 1 * *') + // currently this branch is not used, so dont start it at all + // cron('0 0 1 * *') //every day at 08:00 //cron('0 8 * * *')