Skip to content

Commit

Permalink
reactivate the cron trigger for build on Friday (#4206)
Browse files Browse the repository at this point in the history
  • Loading branch information
darinpope authored Jan 15, 2025
1 parent e4ab191 commit b900427
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
properties([
disableConcurrentBuilds(abortPrevious: true),
buildDiscarder(logRotator(numToKeepStr: '7')),
// TODO: Restore build schedule after end of year break
// pipelineTriggers([cron('18 04 * * 5')])
pipelineTriggers([cron('2 15 * * 5')])
])

if (BRANCH_NAME == 'master' && currentBuild.buildCauses*._class == ['jenkins.branch.BranchEventCause']) {
Expand Down

0 comments on commit b900427

Please sign in to comment.