diff --git a/Jenkinsfile b/Jenkinsfile index 383f66b..01b1c7d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ //cron('0 8 * * *') //every monday at 08:00 - cron('0 8 * * MON') + cron('0 8 * * 1') }