I want to schedule periodic build in jenkins which should run once daily at 9 am till a specific day (example, if today is 1st of dec then it should run from 1st to 7th of dec only)
For running every day at 9 am the script is-
H 9 * * *
What should I add to run it till specific date only?