From bb4e2d1a0542965974b6c2f0d96b43ff9c2d147a Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Fri, 15 Nov 2024 12:12:09 -0700 Subject: [PATCH] Start job an hour earlier next week --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e0ebe8c17..f38e1d468 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ properties([ disableConcurrentBuilds(abortPrevious: true), buildDiscarder(logRotator(numToKeepStr: '7')), - pipelineTriggers([cron('H 18 * * 5')]) + pipelineTriggers([cron('7 18 * * 5')]) ]) if (BRANCH_NAME == 'master' && currentBuild.buildCauses*._class == ['jenkins.branch.BranchEventCause']) {