The task is to run the job on jenkins several times per hour at the specified time:

Monday, July 11, 2016 4:02:00 Monday, July 11, 2016 4:04:00 Monday, July 11, 2016 4:06:00 Monday, July 11, 2016 5:02:00 Monday, July 11, 2016 5:04:00 ..... 
  • and what is the question? how to do it? - Mikhailov Valentine

1 answer 1

If you want to run every 2nd, 4th and 6th minute of the hour, set the build schedule (Build triggers -> Build periodically) with the following cron mask

 2,4,6 * * * *