teamcity 5.0 EAP 发布了!

teamcity的维护更新太快了,几周时间就经历了三个版本了,4.5.3-〉4.5.4-〉5.0

 

5.0增加了新的feature同时做了很多改进,bug管理工具的支持非常不错,但就是还不支持我们的QC ,如下:

Issue Tracker integration

Issues are now first class citizens in TeamCity. Out of the box TeamCity integrates with Jira, Bugzilla and Jetbrains own tracker Charisma. Plugins can be written to support other trackers. There is also Open API for working with issues.

Issue tracker integration is configured on a separate tab of the Server configuration page:

After that TeamCity will start recognizing issue ids mentioned in the change or build comments and associate issues with builds. You can see issue details by moving your mouse over issue id:

If build contains changes with issues mentioned in them, then new tab will appear where build related issues are shown:

There is also Issue Log page made similar to Changes Log. It shows issues detected by TeamCity optionally grouped by builds:
teamcity 5.0 EAP 发布了!_第1张图片

TeamCity can also determine in what build an issue is fixed. This works provided all the related checkins have issue id in the comment and developer resolves the issue in the issue tracker. Is this assumption true for your organization? Let us know how do you want to improve the issue tracker integration.

 

Java and .NET Coverage

Coverage support was significantly improved in TeamCity 5.0 for both Java and .NET.

For Java TeamCity supports new coverage engine: IntelliJ IDEA built-in coverage . Note that there is a known bug in coverage merging: http://jetbrains.net/tracker/issue2/TW-8913

For .NET TeamCity 5.0 supports NCover and PartCover coverage engines and you no longer need to integrate coverage manually.

 

Single change status page

Status of the change across all of the build configurations can now be seen on a single page:
teamcity 5.0 EAP 发布了!_第2张图片

Web-UI for artifact-based (report) tabs customization

In previous versions of TeamCity artifact-based tabs can only be configured by editing configuration files manually. Now there is convenient UI for these tasks.

Custom report tabs configuration UI for builds:
teamcity 5.0 EAP 发布了!_第3张图片

Custom report tabs configuration UI for project page (available at the bottom of the edit project settings page):

Project Archivation

You can now easily archive no longer active projects. Archived projects will be shown on the separate tab in the Administration area, their build configurations will be paused and changes collecting for their VCS roots will be stopped (if VCS roots are not shared with active projects). Builds however can be triggered manually, and project/build configuration settings can be edited.

Separate permission controls access to this function. By default this permission is available to project administrators.

你可能感兴趣的:(UI,.net,IDEA,Access,Web,配置管理)