From 541659b4708aff4f389d7ac26434f7bef8c11976 Mon Sep 17 00:00:00 2001 From: "Doris Ruppert (ext.)" Date: Wed, 1 Feb 2023 09:32:15 +0000 Subject: [PATCH] don't start cron job as this branch is currently not used --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 * * *')