I am doing continuous integration with Jenkins. And I want my project to be built everyday at midnight. I used the cron H H * * * but it is not on mid-night. Also I'm having a warning when i set it to 0 0 * * *.
My Question:
- what is the difference between "H H * * *" and "0 0 * * *"
- How can I set the build schedule to mid-night(everyday).