站内搜索: 请输入搜索关键词

当前页面: 开发资料首页业界新闻开源的持续集成框架 CruiseControl 2.3 released

开源的持续集成框架 CruiseControl 2.3 released

摘要: 开源的持续集成框架 CruiseControl 项目组宣布 released version 2.3. 新版本包括了很多新的特性,并且fix了很多上一版本的bugs。并且使得配置和维护CruiseControl 更加容易。
开源的持续集成框架 CruiseControl 项目组宣布 released version 2.3. 新版本包括了很多新的特性,并且fix了很多上一版本的bugs。并且使得配置和维护CruiseControl 更加容易。

CruiseControl 是一个开源的持续集成框架。能够不断的进行builds,并且发布结果,并且能够在出现错误或者运行正常的时候,发出即时通告。

一些新的特性:
Binary release: this all in one distribution combines both the build loop and the reporting modules and makes it really easy and quick to get started thanks to the embedded Jetty Web Container.
Introduction of Ant-style properties in config.xml. This will make your config file much smaller and easier to maintain.
Support for adding/removing projects without restarting build loop.
Added preliminary support for distributed building (contrib)..

一些新的插件:
New source controls: AlienBrain, Accurev, TimeBuild
New publishers: OnFailurePublisher, OnSuccessPublisher, SocketPublisher, RSSPublisher, CurrentBuildStatusFTPListener.
Distributed builder (contrib)

官方网站:http://cruisecontrol.sf.net/
↑返回目录
前一篇: Ajax的Java 工具包 DWR version 1.0 released
后一篇: AspectJ 5 M3 发布