Skip to content

Commit

Permalink
DTSPO-13810 reschedule nightlybuilds to start at 8am (#573)
Browse files Browse the repository at this point in the history
  • Loading branch information
mokainos authored May 25, 2023
1 parent 2d0e5c6 commit ee8c4c0
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 8 * * 1-5')]),
parameters([
string(name: 'URL_TO_TEST', defaultValue: 'http://wa-case-event-handler-aat.service.core-compute-aat.internal', description: 'The URL you want to run these tests against'),
string(name: 'SecurityRules',
Expand Down

0 comments on commit ee8c4c0

Please sign in to comment.