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