From ca9203efa9bf948596f289cbed002fbc015087bc Mon Sep 17 00:00:00 2001 From: Danny Furnivall Date: Mon, 6 Jan 2025 10:08:59 +0000 Subject: [PATCH] FACT-2146 fix rpts cron --- Jenkinsfile_nightly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_nightly b/Jenkinsfile_nightly index 15815b98..72c2100a 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")