为什么 vetoIfFailing 会导致巡航控制系统崩溃?

发布于 2024-08-15 20:19:37 字数 631 浏览 6 评论 0 原文

当我将 vetoIfFailing 属性添加到 buildstatus 元素。

<cruisecontrol>
  <project>
    <modificationset>
      <buildstatus>

这会导致整个机器对所有项目都显示“已停止”:

<buildstatus logdir="/mycruisedir/logs/myproject" vetoIfFailing="true" />

...但这有效:

<buildstatus logdir="/mycruisedir/logs/myproject" />

那么 vetoIfFailing 属性有什么问题呢?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一城柳絮吹成雪 2024-08-22 20:19:37

buildstatus 元素的 vetoIfFailing 属性仅在 CruiseControl v2.8.0 中添加 发行说明

我使用的是早期版本 - 应该先检查一下。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文