Skip to content

Commit

Permalink
Merge pull request #4102 from krisstern/chore/retry-2024-12-13-bom-bu…
Browse files Browse the repository at this point in the history
…ild-2

chore(release): update pipeline trigger time in jenkinsile
  • Loading branch information
krisstern authored Dec 13, 2024
2 parents 56baec0 + c999d74 commit 15307ce
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('15 18 * * 5')])
pipelineTriggers([cron('30 20 * * 5')])
])

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

0 comments on commit 15307ce

Please sign in to comment.