Skip to content

Commit

Permalink
Merge pull request #199 from hmcts/multi-gitter-branch
Browse files Browse the repository at this point in the history
DTSPO-13810 reschedule jenkins nightly builds
  • Loading branch information
mokainos authored May 25, 2023
2 parents d5d9276 + 4b33a95 commit e9b38c4
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 05 * * *')])
pipelineTriggers([cron('H 07 * * 1-5')])
])

@Library("Infrastructure")
Expand Down

0 comments on commit e9b38c4

Please sign in to comment.