Skip to content

Commit

Permalink
Disable weekly build during 2 week end of year shutdown (#4139)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite authored Dec 20, 2024
1 parent 10261f4 commit e66af81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -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']) {
Expand Down

0 comments on commit e66af81

Please sign in to comment.