Skip to content

Commit

Permalink
PUB-2490 - Updated jenkins nightly time
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisS1512 committed Jun 27, 2024
1 parent 10e6565 commit 50689fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

properties([
// H allow predefined but random minute see https://en.wikipedia.org/wiki/Cron#Non-standard_characters
pipelineTriggers([cron('H 08 * * 1-5')])
pipelineTriggers([cron('H 07 * * 1-5')])
])

@Library("Infrastructure")
Expand Down

0 comments on commit 50689fb

Please sign in to comment.