Configurable Timed Trigger for Packer Merge Jobs 59/11259/2
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 26 Apr 2018 18:58:08 +0000 (11:58 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Thu, 14 Jun 2018 19:50:03 +0000 (12:50 -0700)
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 <tbramwell@linuxfoundation.org>

No differences found