Released: Jul 22, 2016
Atualizações na 10
Recursos
- TeamCity DSL lets users configure projects and build configurations programmatically, as code, based on the Kotlin programming language. Keep this code in a VCS, and all the changes to it will be applied to a build server automatically, without having to interact with the web UI.
- Additional node for handling data coming from running builds takes the load off the main server and lets users run more builds at a time
- Cross-server projects popup lets connect multiple TeamCity servers and...
Released: May 4, 2016
Updates in this release
Updates in 9.1.7
The following issues were fixed:
- Make the branch label on the build overview a link.
- Correct warning in build log when incorrect path to NUnit 3.0 is defined in build step.
Released: Sep 18, 2015
Updates in this release
Updates in 9.1.3
- True Historical Builds - Reproduce any of your builds from any point in time.
- Different Settings for Different Branches - Store different build steps and parameters in different branches, and apply them when needed.
- Personal Builds with Personal Settings - Change project settings and see the results by running a personal build.
- Support for Perforce and Subversion - The full list of supported VCSs for Versioned Settings now includes Git, Mercurial, Perforce and Subversion...
Released: Dec 11, 2014
Updates in this release
Updates in 9
- Easily Move Projects Between Servers - Preserve your project with change history and user profiles.
- Store Project Settings in Version Control - Store your project settings in a Version Control System (Git or Mercurial) just like you do with your source code.
- Zero Server Maintenance Downtime - TeamCity now runs server clean-ups in the background, so that you can enjoy zero downtime and allocate all server time for your builds.
- Edit Charts in the UI - Create and modify custom charts...
Released: Sep 29, 2014
Updates in this release
Updates in 8.1.4
- Auto-merge Feature Branches - Configure TeamCity to merge feature branches automatically.
- Support for Visual Studio 2013, Subversion 1.8 and Xcode 5 - TeamCity is fully compatible with Microsoft Visual Studio 2013, Team Foundation Server 2013, Xcode 5, Subversion 1.8, Maven 3.1 and Jacoco.
Released: Jun 26, 2013
Updates in this release
Updates in V8
- Server Details - Disk Usage report gives you a clear view of how much space each project takes.
- Server Health Reports - Easily see problem areas including redundant or unused VCS settings, large build logs and critical errors.
- Clean Builds History Faster - With smarter cleanup methods, TeamCity 8 is now able to perform up to 5 times faster.
- Integrate External Tools Effortlessly - Meta-runner lets you extract build steps, requirements and parameters to create a build runner.
- Project...
Released: Nov 2, 2012
Updates in this release
Updates in V7.1
- Feature branches for Git and Mercurial - Just push your branch to Git or Mercurial and TeamCity will detect it and start a build on your changes.
- Xcode Runner - Support for both Xcode 3 and Xcode 4 projects includes detection, on-the-fly reporting and build log parsing with detection of compilation errors.
- Visual Studio - The TeamCity VS-addin is now fully compatible with Visual Studio 2012 including the dark theme support.
- NTLM HTTP Authentication - TeamCity now supports...
Released: Mar 12, 2012
Updates in this release
Updates in V7.0
- Build agent pools - Organize build agents in pools and assign them to build your project.
- Incremental builds - Re-build and re-run only those modules and tests that are affected by the changes in the build.
- Build failure conditions - Choose to mark builds as failed on a metric change or on a specific text pattern occurrence in the build log.
- Branch graphs on change log - Provide clean and accurate reading of all branches and commits.
- Extended build chains support and...
Released: Jun 2, 2011
Updates in this release
Updates in V6.5
- Muting of failed tests
TeamCity introduces new means to mute some of the failing tests so they wouldn't affect build status, allowing to significantly reduce cluttering of the build information flow. - Tests grouping
Grouping tests by package is an essential feature for faster problem investigation. Tests can now be grouped in TeamCity on the build results page, current problems page, my changes page and so on. - Remote Agent Installation
TeamCity 6.5 provides a new, experimental way...
Released: Dec 13, 2010
Updates in this release
Updates in V6.0
- Build steps
When creating a build configuration, you can now configure the sequence of build steps to be executed. Each build step is represented by a build runner and provides integration with a specific build or test tool. You can add as many build steps to your build configuration as needed. - New "My Changes" page
For TeamCity 6 release JetBrains has carefully re-thought a concept of the My Changes page, and made some radical changes towards usability and navigability. The new...