Search code examples
jenkinsjenkins-pipelinejenkins-pluginsjenkins-job-dsljenkins-cli

Schedule time on jenkins job is misbehaving even though cron seems right


I have to build a job everyday at 09:29AM(UTC) but it's building at 11:AM ( UTC ) My cron is: H 09 * * 1-7

What can be the cause if cron is not an issue? Or is it ?


Solution

  • Option H takes the random min of the Hour. for a specific time 9:29 AM Cron Expression should be 29 09 * * 1-7

    Also for timing can you confirm the Timezone and Daylight option settings.