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') }