From 591c1d47b274a4e3ef0f5cbedc38b1ba0da0e113 Mon Sep 17 00:00:00 2001 From: Bruno Verachten Date: Mon, 3 Mar 2025 09:34:57 +0100 Subject: [PATCH] Monday build (#4623) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6ceb0056f..5760e3c67 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ properties([ disableConcurrentBuilds(abortPrevious: true), buildDiscarder(logRotator(numToKeepStr: '7')), - pipelineTriggers([cron('45 13 * * 6')]) + pipelineTriggers([cron('36 8 * * 1')]) ]) if (BRANCH_NAME == 'master' && currentBuild.buildCauses*._class == ['jenkins.branch.BranchEventCause']) {