Skip to content

Commit

Permalink
Merge pull request #3998 from jenkinsci/gounthar-patch-1
Browse files Browse the repository at this point in the history
chore(cron): Move to the beginning of the day for me.
  • Loading branch information
gounthar authored Nov 21, 2024
2 parents 884fe3e + 9c81581 commit ef6e006
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('7 18 * * 5')])
pipelineTriggers([cron('7 8 * * 5')])
])

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

0 comments on commit ef6e006

Please sign in to comment.