开发者

Why does vetoIfFailing crash cruise control?

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:

<b开发者_运维问答uildstatus logdir="/mycruisedir/logs/myproject" />

So what is wrong with the vetoIfFailing attribute?


vetoIfFailing attribute for the buildstatus element was only added in CruiseControl v2.8.0 release notes.

I was using an earlier version - should have checked this first.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜