I want to schedule Jenkins jobs at three specific times (viz. 5 AM, 1 PM, 5 PM). What is the expression to do that?
Regards Manish Mehra
I want to schedule Jenkins jobs at three specific times (viz. 5 AM, 1 PM, 5 PM). What is the expression to do that?
Regards Manish Mehra
you can use expression like : 0 5,13,17 * * *
Please refer to Cron Wiki for better understanding.