Dulini Atapattu
Dulini Atapattu

Reputation: 2735

Periodic build in Hudson

I have so far used Periodic build in Hudson where the schedule * * * * * builds the project every minute and 5 * * * * builds the project every x:05, x+1:05 etc.

But what is the way to build the project every 5 mins??? (Or any given time period)

Thanks

Upvotes: 2

Views: 1649

Answers (1)

Prine
Prine

Reputation: 12538

*/5 * * * *

Will do the build every 5 minutes.

Upvotes: 5

Related Questions