Skip to content

Commit

Permalink
Merge pull request #287 from hmcts/multi-gitter-branch
Browse files Browse the repository at this point in the history
DTSPO-13810 reschedule nightlybuilds to start at 8am
  • Loading branch information
louisehuyton authored Jun 6, 2023
2 parents 14accb7 + 6633caa commit 2a8f1b2
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: 'FRONTEND_URL', defaultValue: 'https://fis-ds-web.aat.platform.hmcts.net/', description: 'The URL you want to run tests against'),
string(name: 'FUNCTIONAL_TESTS_WORKERS',
Expand Down

0 comments on commit 2a8f1b2

Please sign in to comment.