From: Trevor Bramwell Date: Thu, 26 Apr 2018 18:58:08 +0000 (-0700) Subject: Configurable Timed Trigger for Packer Merge Jobs X-Git-Tag: v0.21.0~5^2 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=f6db87032271817f546f6c1668138681529d7d3e;hp=f6db87032271817f546f6c1668138681529d7d3e;p=releng%2Fglobal-jjb.git Configurable Timed Trigger for Packer Merge Jobs This change add the optional parameter 'cron' to packer builds so users can configure when packer images can be rebuilt. It also switches the timer from '00 10 1 * *' to '@monthly' to take advantage of Jenkins cron hash system so the jobs are splayed over the month and don't all start on the same minute. Change-Id: I5bc29dab281d8ad1a4260994c1b1d6fb81b5a488 Signed-off-by: Trevor Bramwell ---