From 36273ed578f08c5231571e198e230ad233978c48 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Wed, 29 Jul 2015 20:19:03 -0600 Subject: [PATCH] jjb: use randomized time in cron It doesn't matter whether we run at the top of the hour, or at any time close to there. Use the recommended "H" setting. --- jjb/config/definitions/jjb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jjb/config/definitions/jjb.yml b/jjb/config/definitions/jjb.yml index c54031d4..e641838d 100644 --- a/jjb/config/definitions/jjb.yml +++ b/jjb/config/definitions/jjb.yml @@ -12,7 +12,7 @@ retry-count: 3 triggers: - - pollscm: "0 */3 * * *" + - pollscm: "H */3 * * *" scm: - git: -- 2.39.5