From e66af816ee15e8432764e7fa868d582032b09f32 Mon Sep 17 00:00:00 2001 From: Mark Waite Date: Fri, 20 Dec 2024 15:23:33 -0700 Subject: [PATCH] Disable weekly build during 2 week end of year shutdown (#4139) --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e7fd2fd40..bf0c1524b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,8 @@ properties([ disableConcurrentBuilds(abortPrevious: true), buildDiscarder(logRotator(numToKeepStr: '7')), - pipelineTriggers([cron('18 03 * * 6')]) + // TODO: Restore build schedule after end of year break + // pipelineTriggers([cron('18 04 * * 5')]) ]) if (BRANCH_NAME == 'master' && currentBuild.buildCauses*._class == ['jenkins.branch.BranchEventCause']) {