java - How to schedule a Jenkins job each 15 minutes between 2:45 AM and 4:00 AM on 20th August? -


i wanted schedule jenkins job each 15 minutes between 2:45 , 4:00 on 20th august after code deployment happens. how can ? please help

you need following 2 lines :

45 02 20 08 * */15 03-04 20 08 * 

first line : @ 02:45 on day-of-month 20 in august

second line : @ every 15th minute past every hour 3 through 4 on day-of-month 20 in august


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -