Thanks Jay, can't tell you how many times I looked at that and did not see it.
On Mar 9, 1:56 am, JayFleming <[email protected]> wrote: > Hi, > > You seem to have 2 trigger blocks defined... > Your first: > > <triggers> > <intervalTrigger name="continuous" > buildCondition="IfModificationExists " initialSeconds="30" /> > </triggers> > > is checking for source modifications every 30 seconds, your second > (after your SourceControl block): <triggers /> is instructing CCNet > not to poll for source changes. > > Removing the 2nd one should sort your problem. > Cheers, > Jay
