Skip to content

Commit

Permalink
FACT-2146 fix rpts cron
Browse files Browse the repository at this point in the history
  • Loading branch information
furnivall authored Jan 6, 2025
1 parent d64ecd4 commit ca9203e
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 07 * * 1-5')])
pipelineTriggers([cron('H 08 * * 1-5')])
])

@Library("Infrastructure")
Expand Down

0 comments on commit ca9203e

Please sign in to comment.