From 487bc4846a706774bc24c301c64f4d8840524726 Mon Sep 17 00:00:00 2001 From: Bruno Verachten Date: Tue, 3 Dec 2024 18:35:32 +0100 Subject: [PATCH] chore(cron): Move to the beginning of the day for me. (#4059) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index f7b52a118..cab6eeae6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ properties([ disableConcurrentBuilds(abortPrevious: true), buildDiscarder(logRotator(numToKeepStr: '7')), - pipelineTriggers([cron('42 10 * * 5')]) + pipelineTriggers([cron('07 08 * * 5')]) ]) if (BRANCH_NAME == 'master' && currentBuild.buildCauses*._class == ['jenkins.branch.BranchEventCause']) {