Was anyone able to see anything? Between Friday and Saturday 94 builds were ran with only one check-in late Friday night. This is kind of a big problem for us as build take much longer to run when there is more than one going at the same time. With this one running all the time for no reason all of our other build are taking too long to build.
From: [email protected] [mailto:[email protected]] On Behalf Of Scott Sam Sent: Thursday, February 05, 2009 9:18 AM To: [email protected] Subject: [ccnet-user] Re: trigger not working correctly I've attached the log file from when it happened. It started just before 10 am on 2/4/09. It ran every 10 minutes until about 3:30 pm. From: [email protected] [mailto:[email protected]] On Behalf Of Ruben Willems Sent: Thursday, February 05, 2009 2:19 AM To: [email protected] Subject: [ccnet-user] Re: trigger not working correctly Hi Can you post the log of the time perion when this happend? maybe we can see something there. with kind regards Ruben Willems On Wed, Feb 4, 2009 at 8:28 PM, Scott Sam <[email protected]> wrote: 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>
