We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 698b0ab commit 540ca17Copy full SHA for 540ca17
Jenkinsfile.meta
@@ -4,7 +4,7 @@ properties([
4
durabilityHint('PERFORMANCE_OPTIMIZED'),
5
pipelineTriggers([
6
githubPush(),
7
- cron('@daily'), // check periodically, just in case
+ cron('@hourly'), // check periodically to bring in new image builds
8
]),
9
])
10
0 commit comments