In Jenkins, i need to limit running job execution for only one times per day It's possible ?
My build it's just one batch command
I have one cron for execute my job with fix times and i can use URL for run my job manually too. If the job has already been executed, it must be blocked for the day
Thx for answers guys