CruiseControl.NET:将生成的文件显示为构建历史记录的一部分

发布于 2024-07-14 07:19:06 字数 144 浏览 7 评论 0原文

我有一个在 CC.NET 上运行的 rake 任务,它生成 HTML 测试报告。 我希望针对每个构建存储这些测试报告,并在查看构建的详细信息时可以从 CC.NET 网站访问。

有没有办法做到这一点,或者您是否知道另一个可以做到这一点的持续集成服务器?

I have a rake task running on CC.NET that generates HTML test reports. I'd like these test reports to be stored against each build and be accessible from the CC.NET website when looking at the details of the build.

Is there a way of doing this or do you know of another continuous integration server that can do this?

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

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

发布评论

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

评论(2

各空 2024-07-21 07:19:07

我得到的最好的结果是将它们移动到一个目录中,然后将其设为一个可以由项目的外部链接指向的虚拟目录。 启用目录浏览,可以点击上次构建的文件夹等。

The best I got was moving them into a directory and then making that a virtual directory which can be pointed to by the project's external links. Enable directory browsing and you can click the folder of the last build and so on.

夜巴黎 2024-07-21 07:19:07

CruiseControl 的 Java 版本有一个工件发布者,专门用于此类事情。 我很确定 CC.NET 也有类似的发行商。

The Java version of CruiseControl has an artifacts publisher for just this kind of thing. I'm pretty sure CC.NET has a similar publisher.

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