Questions tagged [teamcity-5.0]

Major release of TeamCity adding additional features and enhancements to TeamCity 4.0

TeamCity 5.0 is a major release of and adds additional features and enhancements to .

What's New in TeamCity 5.0

Enhancements include:

Issue Tracker integration

Issues are now first class citizens in TeamCity. Out of the box TeamCity integrates with Jira, Bugzilla and Jetbrains own tracker YouTrack. Note that integration with YouTrack is bi-directional. YouTrack shows TeamCity related information for issues with links to TeamCity builds and details about changes included in the build.

Per-test responsibility

It is now possible to assign or take responsibility for a single test. Note that responsibility taken for a test is taken within the whole project.

Project Archiving

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.

Build Configuration Templates

Templates goal is to remove duplication from the build configuration settings. To do so you create a template (template actually has the same settings as regular build configuration) and then associate any number of build configurations with this template. Change in the template will affect all of the build configurations associated with it.

Support for Amazon EC2

Take advantage of cloud computing with TeamCity by putting Build Agents on Amazon EC2. After your Build Agents' AMIs (Amazon Machine Images) are registered, the TeamCity server will account for those virtual machines in its build scheduling and will automatically do a suspend/resume job on them, based on the load and build queue status.

Java and .NET Coverage

Coverage support was significantly improved for both Java and .NET.

18 questions
0
votes
1 answer

TeamCity 5.X: REST Documentation

TeamCity 5.X REST documentation directs us to a plug-ins page that is not TeamCity 5.X specific. I just recently realized this, and it seems that some of the functionality such as the running:true build dimension are not supported until TeamCity…
brandogs
  • 829
  • 7
  • 14
0
votes
1 answer

TeamCity Xcode Build Runner Configuration (Command Line)

I'm trying to setup a continuous build server with TeamCity and configure it so it can run "xcodebuild -configuration release -sdk iphoneos3.0 clean build". i installed the plugin for teamcity-xcode integration and for the 'Build Runner' settings, i…
Alex Nguyen
  • 2,820
  • 1
  • 19
  • 14
0
votes
1 answer

TeamCity with TFS - workspace problems

We have been using CC.NET as our CI server for a month or so now, which has worked ok with TFS. In the config we were able to specify the TFS server, username, password, project and workspace which is all good. Now we are moving over to TeamCity…
Tom
  • 623
  • 8
  • 23
1
2