#838 - Fix daily cron job setting.

This commit is contained in:
Greg Turnquist
2019-06-28 16:03:42 -05:00
parent f45a449fd8
commit 7a97f68452

2
Jenkinsfile vendored
View File

@@ -3,7 +3,7 @@ pipeline {
triggers {
pollSCM 'H/10 * * * *'
cron '* H * * *'
cron '@daily'
}
options {