CruiseControl.NET:将生成的文件显示为构建历史记录的一部分
我有一个在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我得到的最好的结果是将它们移动到一个目录中,然后将其设为一个可以由项目的外部链接指向的虚拟目录。 启用目录浏览,可以点击上次构建的文件夹等。
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.
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.