Skip to content

Commit

Permalink
DTSPO-13810 reschedule nightlybuilds to start at 8am (#1104)
Browse files Browse the repository at this point in the history
  • Loading branch information
mokainos authored May 25, 2023
1 parent 99c8fbc commit 68a4e55
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
@@ -1,7 +1,7 @@
#!groovy

properties([
pipelineTriggers([cron('07 07 * * 1-5')]),
pipelineTriggers([cron('8 07 * * 1-5')]),
parameters([
string(name: 'URL_TO_TEST', defaultValue: 'https://petitioner-frontend-aks.aat.platform.hmcts.net', description: 'The URL you want to run these tests against'),
])
Expand Down

0 comments on commit 68a4e55

Please sign in to comment.