diff --git a/Jenkinsfile_nightly b/Jenkinsfile_nightly index 15815b9..72c2100 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 08 * * 1-5')]) ]) @Library("Infrastructure")