Skip to content

Commit

Permalink
New cron schedule for 2024-10-31 release (#3890)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecharp authored Oct 31, 2024
1 parent afcab4a commit 584fca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
properties([
disableConcurrentBuilds(abortPrevious: true),
buildDiscarder(logRotator(numToKeepStr: '7')),
pipelineTriggers([cron('30 16 * * 4')])
pipelineTriggers([cron('45 18 * * 4')])
])

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

0 comments on commit 584fca1

Please sign in to comment.