# Jenkin's schedule not triggering build

**URL:** https://community.jenkins.io/t/jenkins-schedule-not-triggering-build/11338
**Category:** Ask a question
**Tags:** question
**Created:** [December 18, 2023, 11:54am UTC](https://community.jenkins.io/t/jenkins-schedule-not-triggering-build/11338 "2023-12-18T11:54:49Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![sachin5531](https://avatars.discourse-cdn.com/v4/letter/s/779978/32.png) [@sachin5531](https://community.jenkins.io/u/sachin5531)
#### Post date: [December 18, 2023, 11:54am UTC](https://community.jenkins.io/t/jenkins-schedule-not-triggering-build/11338/1 "2023-12-18T11:54:49Z")

</div>

Hi,  
I’m using Jenkins build 2.387.3  
I have the following schedule defined within Jenkins for a particular Job:

```auto
H(30-30) 14 * * 2,7

```

this job was scheduled to trigger a build once a week.

But Sometimes the job is not triggered. I noticed that the job is not showing inside the Job’s build history.

Does anyone know why this is happening and how to solve it?

---

<div class="post-metadata">

### Author: ![poddingue](https://dub1.discourse-cdn.com/flex013/user_avatar/community.jenkins.io/poddingue/32/985_2.png) [@poddingue](https://community.jenkins.io/u/poddingue)
#### Post date: [December 19, 2023, 10:10am UTC](https://community.jenkins.io/t/jenkins-schedule-not-triggering-build/11338/2 "2023-12-19T10:10:41Z")

</div>

Hello @sachin5531 and welcome to this community. 👋

Here are a few steps you could maybe take to troubleshoot this issue:

1. Check the cron expression: The cron expression `H(30-30) 14 * * 2,7` is expected to schedule the job to run at around `14:30` on every Tuesday and Sunday. Make sure that this is the intended schedule. If not, you might need to adjust the cron expression.
2. Check the system time: Ensure that the system time on the Jenkins server is correct. If the system time is not correct, it can cause the job to trigger at unexpected times or not trigger at all.
3. Check the job configuration: Ensure that the job is enabled and that the cron expression is set correctly in the job configuration. If the job is disabled or the cron expression is not set correctly, the job will not trigger.
4. Check the Jenkins logs: The Jenkins logs can provide useful information about what’s happening when the job is supposed to trigger. Look for any error messages or warnings that might indicate what’s causing the issue.
5. Check for any recent changes: If this issue started occurring recently, try to recall any changes made to the Jenkins setup or the job configuration around the time the issue started.

---

<div class="post-metadata">

### Author: ![Prachi](https://avatars.discourse-cdn.com/v4/letter/p/7ea924/32.png) [@Prachi](https://community.jenkins.io/u/Prachi)
#### Post date: [July 17, 2024, 9:59am UTC](https://community.jenkins.io/t/jenkins-schedule-not-triggering-build/11338/3 "2024-07-17T09:59:27Z")

</div>

Hello @sachin5531 Have you find any resolution for this I am facing same issue mine is parametriesed cron job it suddenly stop working there is no trigger so I don’t see any logs to resolve the issue. I am on 2.361.4 version of Jenkins  
Your help will be much appreciated if you have any solution.
