For what it's worth, we are having the exact same problem here. The recent upgrade to 1.6 didn't help. We have one project using projectTrigger and it's always working. And then we have two projects using scheduleTrigger. They both run every Monday to Friday but sometimes only one of them is executed.
When the next scheduled build time is incorrect I just restart the service to correct the problem. But it's annoying. Regards, Lars On 7 Jan, 01:23, Josh Henderson <[email protected]> wrote: > I also forgot to mention, these tests are unit/smoke tests that we > want to be run each night, regardless of whether the source has > changed or not. They take quite a long time (up to 12 hours,) so we > put them in a seperate task to the project build as we don't want them > running each time it builds. Could this cause a problem? > > On Jan 5, 8:21 am, Josh Henderson <[email protected]> > wrote: > > > Hi, > > > I'm trying to find some suggestions on what could be going on here, as > > I can't seem to work out exactly what's happening. Sometimes a > > scheduled task will run, sometimes not. The configuration for a > > particular task is as follows: > > > <scheduleTrigger name="nightly" time="19:00" > > buildCondition="ForceBuild"> > > <weekDays> > > <weekDay>Monday</weekDay> > > <weekDay>Tuesday</weekDay> > > <weekDay>Wednesday</weekDay> > > <weekDay>Thursday</weekDay> > > <weekDay>Friday</weekDay> > > </weekDays> > > </scheduleTrigger> > > > When I got in this morning (on the 5th), I saw that the last build was > > on the 3rd at 7pm (which is a day it should have built, as that's a > > Monday), and the next scheduled build was for the 5th at 7pm. It > > seemed to have completely skipped over Tuesday. > > > I have gone over the past 3 weeks and it has typically been running 3 > > times a week on unpredictable days. > > > We were having issues just before Christmas with some other tasks not > > building, but that seemed to have fixed itself up over the New Year > > break, though I'm presuming it's all related. > > > Any suggestions would be greatly appreciated. > > > Regards, > > Josh.
