您的位置:首页 > 产品设计 > UI/UE

如何用CruiseControl.Net来进行持续化集成(1)

2012-12-28 14:30 316 查看
The following services/roles are needed for a Continuous Integration System:

developer PC (duh)

source control server

build server

build server visualizer

issue/bug tracker


Build Server

This would be CCNet :-), installed on a server/machine of your choice. Depending on the amount of projects, the size, activity or the kind of actions you do,

one or more build servers can be needed.


Build Server Visualizer

This would be CCNet: CCTray and the webDashboard, both can visualize multiple CCNet build servers.

Another nice one is Cradiator This
is a WPF-frontend that shows the state of CCNet projects on a big screen, making it ideal to give an overview for a team in the same
room.


Issue/bug tracker

Even a piece of paper can do this trick, or an excel sheet, but a real issue tracking system is always neat. CCNet has some integration with issue-tracking systems see IssueUrlBuilder

SourceForge also
offers issue tracking like Trac and DotProject.

/article/4598909.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: