TeamCity
From Wikipedia, the free encyclopedia
| This article relies on references to primary sources or sources affiliated with the subject, rather than references from independent authors and third-party publications. Please add citations from reliable sources. (August 2010) |
|
|
This article needs additional citations for verification. Please help improve this article by adding citations to reliable sources. Unsourced material may be challenged and removed. (December 2009) |
| Developer(s) | JetBrains |
|---|---|
| Stable release | 6.5.3 / August 6, 2011 |
| Written in | Java |
| Operating system | server-based Web application |
| Type | Continuous integration |
| License | Proprietary: free for small teams, open source projects and commercial for large teams |
| Website | www.jetbrains.com/teamcity/ |
TeamCity is a Java-based build management and continuous integration server from JetBrains. It was first released on October 2, 2006.[1]
Contents |
[edit] Notable features
- Pre-Tested Commits. 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
[edit] Supported version control systems
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]
[edit] Licensing options
Following licensing options are available:
- Professional Server License: Free of charge. Limited to up to 20 build configurations; Includes 3 free Build Agent licenses
- Enterprise Server License: Commercial. Unlimited user accounts and build configuration; Includes 3 Build Agent licenses
- Build Agent License: Commercial, each one allows using one additional Build Agent. Can be used with both Professional and Enterprise Servers
- Open Source License
[edit] See also
[edit] References
[edit] External links
- 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. |