I have a ccnet project with the following trigger.
It's supposed run builds whenever a checkin occurs except between 7 and
10 pm. Sometimes it works like that, but sometimes it runs a build
every time it checks for a modification regardless of whether or not
there was one. It will show the last checkin as the modification
causing it to build, even if it has run 5 builds since the specified
checkin actually occurred. Is this a bug? Something wrong with my
environment? Something with my ccnet.config file?
<triggers>
<filterTrigger startTime="19:00" endTime="22:00">
<trigger type="intervalTrigger" seconds="300" />
</filterTrigger>
</triggers>