I am using jenkins along with the build flow plug-in. I would like my project built at precise times, but jenkins seems to only run on a schedule that is relative to the time the schedule is applied.
I want the project to build at precisely 4:00,8:00,12:00,16:00,20:00,00:00.
both "00 */4 * * *" and "01 0,4,8,12,16,20 * * *" fail to start the job at the precise times specified.
"00 */4 * * *" seems to really mean "00 */4 * * * + now"
I want my scheduled downtimes to be predictably scheduled, instead of starting at 8:38 because thats when I enabled the job.