CCNET: version : 1.5.0.4316
I have a single scheduleTrigger set to force ( daily build ) and
several scheduleTriggers that fire off every hour if changes exist.
<triggers>
<scheduleTrigger time="14:30" buildCondition="ForceBuild"
name="Scheduled Official Build" />
<scheduleTrigger time="12:00" name="continuous"/>
<scheduleTrigger time="01:00" name="continuous"/>
<scheduleTrigger time="02:00" name="continuous"/>
<scheduleTrigger time="03:00" name="continuous"/>
</trigger>
I have been noticing that the forced build works for about two days or
so then suddenly, it doesnt fire off anymore until I restart the
server. Any ideas or suggestions? Also, is it possible to force a
specific scheduleTrigger? I have scripts that post the build only on
the Official build and sometimes we need for force a repost.
My comment/request would be to have some sort of display on the web
page that would show the next n number of scheduled builds. It would
also be nice to be able to see why the last n number of builds either
ran or didn't. It seems like there are a lot of issues on this group
with the build triggering and I think something like this would be a
big help if it already doesn't exist.
Thanks for all the help and keep up the good work.