diff --git a/Jenkinsfile_nightly b/Jenkinsfile_nightly index 4034ff4a..9fc07a63 100644 --- a/Jenkinsfile_nightly +++ b/Jenkinsfile_nightly @@ -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',