Jenkins job trigger cron expression format is ? ? ? ? ?. It cannot possible set the seconds unit.
But I want schedule seconds unit, like run at everyday 15:20:10. Because there is a job with cron(0 12 * * *) and every minute job, and these two job must not to run simultaneously.
How can I do that?
Thanks for help.