Archive for March, 2010

TeamCity 5.1 EAP (build 13215)

Thursday, March 25th, 2010

Yet another TeamCity 5.1 EAP build is now available. Here is the list of features and improvements included in it:

  • Customizable list of build configurations on the Overview and My Changes pages.
  • Improved Diff view.
  • HTML email notifications.
  • Ability to run personal builds with custom build parameters from IntelliJ IDEA.
  • Artifact dependencies improvements.
  • TFS 2010 support in Visual Studio addin.
  • and more.

See the complete release notes and try the build.
Do not forget to back up your data before upgrade.

Feedback is welcomed!
The JetBrains TeamCity Team

TeamCity 5.0.3

Tuesday, March 16th, 2010

The fresh update for TeamCity, which comes with a number of bug-fixes in it, is now available.

Check the release notes for the complete list of included changes and download the build.

As usual, we recommend backing up your TeamCity data before upgrading to a new version.
Stay tuned and try TeamCity 5.1 EAP.

Feedback is always welcomed!
Sincerely,
JetBrains TeamCity team.

Tags in TeamCity

Tuesday, March 9th, 2010

As you might know, TeamCity comes with such feature as build tags – do not confuse with supported VCS tags, because that’s an entirely different story. You can assign any number of tags for a single build, and then use them to organize your build history, or quickly navigate to the tagged builds. There is nothing tricky about that, but one might ask himself when these tags can be helpful.

Well, here is an example. Suppose, after some time of developing, your project manager decides, that you’ve finally got a stable build that can be considered a release candidate, or eap. He can mark this build with “EAP” tag, and thus, guys from QA won’t need to search through the whole build history to find the build they should carefully look at. They’ll just need to filter the history by this tag, or simply type “EAP” in the search field.


You can also leave a comment on any build, providing some extra notes about it; and just as with the tags, you can later on search for the build by the comment. Hope, you’ll like it.
Feedback is appreciated as usual.