#838 - Fix daily cron job setting.
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -3,7 +3,7 @@ pipeline {
|
||||
|
||||
triggers {
|
||||
pollSCM 'H/10 * * * *'
|
||||
cron '* H * * *'
|
||||
cron '@daily'
|
||||
}
|
||||
|
||||
options {
|
||||
|
||||
Reference in New Issue
Block a user