diff --git a/Jenkinsfile b/Jenkinsfile index d5a701f1..b7f30d47 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -3,7 +3,7 @@ pipeline { triggers { pollSCM 'H/10 * * * *' - cron '* H * * *' + cron '@daily' } options {