CruiseControl 中 Forcebuild 发布者的顺序

发布于 2024-11-04 17:27:37 字数 410 浏览 3 评论 0原文

有没有一种方法可以命令强制构建发布者的执行,并等待前一个强制构建完成,然后再执行下一个强制构建?

<publishers>
    <forcebuild>
        <project>Project A</project>
    </forcebuild>

    <forcebuild>
        <project>Project B</project>
    </forcebuild>

    <forcebuild>
        <project>Project C</project>
    </forcebuild>
</publishers>

Is there a way to order the execution of a force build publisher and wait for the prior forcebuild to finish up before executing the next one?

<publishers>
    <forcebuild>
        <project>Project A</project>
    </forcebuild>

    <forcebuild>
        <project>Project B</project>
    </forcebuild>

    <forcebuild>
        <project>Project C</project>
    </forcebuild>
</publishers>

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

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

发布评论

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

评论(1

没︽人懂的悲伤 2024-11-11 17:27:37

尝试将项目放入同一个队列中并设置其优先级以排序正确。我从未在相同情况下使用过队列,但它应该具有预期的效果。

Try putting the project in the same queue and set their priorities to order the correctly. I've never used queues in the same situation but it should have the desired effect.

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