From 175d64724b157fd88464d3465bd2a947574a40d8 Mon Sep 17 00:00:00 2001 From: Seth Carbon Date: Wed, 20 Sep 2023 14:27:17 -0700 Subject: [PATCH] fixes #337 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index cd387a5..e5c9e90 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -4,7 +4,7 @@ pipeline { // give us the max time in a day to get things right. triggers { // Nightly @12am, for "goa-copy-for-mirror", skip "release" night. - cron('0 0 2-31 * *') + cron('0 0 2-31/2 * *') } environment {