From 71705f04eb7b802de74255c4cb5489b3f2318998 Mon Sep 17 00:00:00 2001 From: QXZ3NHY Date: Tue, 20 Jun 2023 11:37:45 +0200 Subject: [PATCH] test - monthly -csv --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d99fa4f..1a53e39 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +30,7 @@ pipeline { // cron('0 8 * * *') // every month on the 1st at 1 am utc - // cron('0 1 1 * *') + cron('0 1 1 * *') // parameterizedCron('0 10 * * * %PRESELECT=week;SLICES=tdhy') }