CCNet does not seem to be keeping track of where it left off in terms
of what perforce changelist it last built. The success email has
thousands of modifications listed in the body. I figured this
information would be preserved in the state file but I don't see it in
there.
I also configured my trigger with a build condition of
"IfModificationExists". It builds even if there were no mods. I have
a feeling these two are related.
Here is my trigger:
<triggers>
<filterTrigger startTime="22:00" endTime="06:00">
<trigger type="filterTrigger" startTime="0:00"
endTime="23:59:59">
<trigger type="intervalTrigger" name="continuous"
seconds="600" buildCondition="IfModificationExists" />
<weekDays>
<weekDay>Sunday</weekDay>
</weekDays>
</trigger>
</filterTrigger>
</triggers>