Skip to content

Commit 540ca17

Browse files
committed
Fix meta job scheduled frequency
#116 (comment)
1 parent 698b0ab commit 540ca17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile.meta

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ properties([
44
durabilityHint('PERFORMANCE_OPTIMIZED'),
55
pipelineTriggers([
66
githubPush(),
7-
cron('@daily'), // check periodically, just in case
7+
cron('@hourly'), // check periodically to bring in new image builds
88
]),
99
])
1010

0 commit comments

Comments
 (0)