Scheduled job builds are not triggering on time Bee Bot July 13, 2022 12:39 Updated The content of this article has moved to the new documentation site. Related articles Find Jenkins projects that build periodically Jenkins Jobs are not Starting Groovy to list all jobs How to Start, Stop or Restart your Instance? How can I purge/clean the build queue? Comments 3 comments Sort by Date Votes Manoj Akondi November 24, 2017 13:03 Hi Team, We've configured the Timezone in our Jenkins. But still we are having issues with Scheduled jobs. It'd be great if you can help me on this. -1 Denys Digtiar November 26, 2017 23:49 Hi Manoj, If you a CloudBees customer feel free to raise a support ticket. 0 Rasmus Tengblad February 26, 2020 13:24 It turns out you cannot specify a timezone after a comment. Perhaps this is your issue. # Run this at noon every day. But this will fail.TZ=CET12 * * * * For inexplicable reasons this is the way to do it: TZ=CET# Run this at noon every day. Having the comment here works.12 * * * * 0 Please sign in to leave a comment.
Comments
3 comments
Hi Team,
We've configured the Timezone in our Jenkins. But still we are having issues with Scheduled jobs. It'd be great if you can help me on this.
Hi Manoj,
If you a CloudBees customer feel free to raise a support ticket.
It turns out you cannot specify a timezone after a comment. Perhaps this is your issue.
# Run this at noon every day. But this will fail.
TZ=CET
12 * * * *
For inexplicable reasons this is the way to do it:
TZ=CET
# Run this at noon every day. Having the comment here works.
12 * * * *
Please sign in to leave a comment.