I am having this weird issue with Cruise Control crashing, when I add the vetoIfFailing
attribute to the buildstatus
element.
<cruisecontrol>
<project>
<modificationset>
<buildstatus>
This causes the entire machine to say stopped
for all projects:
<buildstatus logdir="/mycruisedir/logs/myproject" vetoIfFailing="true" />
... but this works:
<buildstatus logdir="/mycruisedir/logs/myproject" />
So what is wrong with the vetoIfFailing
attribute?