Skip to content

Commit 56d41ee

Browse files
stephendonnerKimberly Sereduck
authored andcommitted
Add daily cron job (#67)
1 parent 8234955 commit 56d41ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Jenkinsfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ pipeline {
1414
}
1515
triggers {
1616
pollSCM('H/5 * * * *')
17+
cron('H H * * *')
1718
}
1819
options {
1920
ansiColor('xterm')

0 commit comments

Comments
 (0)