TeamCity
From Wikipedia, the free encyclopedia
| This article relies on references to primary sources. (August 2010) |
|
|
This article needs additional citations for verification. (December 2009) |
| Developer(s) | JetBrains |
|---|---|
| Stable release | 7.1 / August 7, 2012 |
| Written in | Java |
| Operating system | server-based Web application |
| Type | Continuous integration |
| License | Proprietary commercial software, Freeware for teams meeting supplier conditions |
| Website | www.jetbrains.com/teamcity/ |
TeamCity is a closed source, Java-based build management and continuous integration server from JetBrains. It was first released on October 2, 2006.[1]
Contents |
Notable features [edit]
- Prevents developers from breaking sources in the version control system by running the build remotely for local changes prior to commit
- Build Grid. Allows running multiple builds and tests under different platforms and environments simultaneously
- Integrated code coverage, inspections and duplicates search
- Integration with IDEs: Eclipse, IntelliJ IDEA, Visual Studio
- Platforms supported: Java, .NET and Ruby
Supported version control systems [edit]
TeamCity supports the following version control systems:
- Subversion
- Perforce
- CVS
- Borland StarTeam
- IBM Rational ClearCase (Base and UCM)
- Team Foundation Server (2005, 2008, 2010)
- Microsoft Visual SourceSafe
- Git
- Mercurial
- SourceGear Vault [2]
Licensing options [edit]
Following licensing options are available:
- Professional Server License: Freemium - restricted up to 20 build configurations and 3 free Build Agent licenses
- Enterprise Server License: Commercial. Unlimited user accounts and build configuration and 3 Build Agent licenses
- Open Source License: Enterprise Server License offered to open source projects
- Build Agent License: Commercial, each one allows using one additional Build Agent. Can be used with both Professional and Enterprise License Servers as well as with Open Source License
See also [edit]
References [edit]
External links [edit]
- Official TeamCity website
- Continuous Integration, Martin Fowler, 2006-05-01
| This programming tool–related article is a stub. You can help Wikipedia by expanding it. |