Re: how does cron scheduler (timer) works?

2012-02-09 Thread Wesley Zhang
true. If you really want a new build every 5 minutes even > if your build takes half an hour (that would be crazy), you can get it if > you check the "Run concurrent builds if necessary" button. > > -- Sami > > Wesley Zhang kirjoitti 8.2.2012 kello 17.59: >

how does cron scheduler (timer) works?

2012-02-08 Thread Wesley Zhang
Hi, I set my job runs every 5 mins (*/5 * * * *) but sometimes it was only executed twice within an hour. And in one of the build, i can see the following message. I can understand the triggering method is the timer since i set that. But what does this 9 times mean? The build failed to be triggere