diff --git a/Jenkinsfile b/Jenkinsfile index cc06f6d..a2efbc3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,7 @@ //cron('0 8 * * *') //every monday at 08:00 - cron('0 8 * * MON') + cron('0 8 * * 1') }