如何在 Cruise Control.NET 中配置和使用 Web 仪表板
我的 ccnet.config 文件中有一个项目。我使用 .config 文件中的 MSBUILD.exe 构建该项目。现在我想在 Web 仪表板上查看构建结果,但我不知道如何查看和配置仪表板以查看构建状态。请帮助。谢谢
I Have a single project in my ccnet.config file. I build that project using MSBUILD.exe in .config file. Now I want to see the build results on web Dashboard, But i don't know , how to see and configure dashboard to view the build status. Kindly Help. Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您使用 msbuild Ccnet 任务 ( http://ccnetlive.thoughtworks.com /ccnet/doc/CCNET/MsBuild%20Task.html ),您将在这里找到答案:
http://ccnetlive.thoughtworks.com/ccnet /doc/CCNET/Using%20CruiseControl.NET%20with%20MSBuild.html
如果您的记录器配置正确,则查看构建结果的重要部分是“设置仪表板”。顺便说一句,我不建议您在最新版本的 cc.net 中使用改进的记录器。
希望这有帮助。
Assuming you use the msbuild Ccnet task ( http://ccnetlive.thoughtworks.com/ccnet/doc/CCNET/MsBuild%20Task.html ), you will find your answer here :
http://ccnetlive.thoughtworks.com/ccnet/doc/CCNET/Using%20CruiseControl.NET%20with%20MSBuild.html
If your logger is correctly configured, the important part for viewing the build results is "Setup the Dashboard". By the way, I don't advise you to use the improved logger with the recent version of cc.net.
Hope this helps.