If the execution of your Job takes longer then your trigger interval, then you see this behavior. so, the question is: does your job take longer to run then 5minutes? /Domi
On 08.02.2012, at 16:59, Wesley Zhang wrote: > 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 triggered by 9 times? or 9 times triggering was merged to this > build? > > Started by timer (9 times) > > Thank you, > BR, Wesley
