TeamCity: Difference between revisions
Appearance
Content deleted Content added
SalmonSlay (talk | contribs) m Fix capitalization Tag: Reverted |
Reverted good faith edits by SalmonSlay (talk): Not a proper noun |
||
Line 20: | Line 20: | ||
| programming_language = [[Java (programming language)|Java]] |
| programming_language = [[Java (programming language)|Java]] |
||
}} |
}} |
||
<ref name=":0" />'''TeamCity''' is a [[Software build|build management]] and [[continuous integration]] server from [[JetBrains]]. It was first released on October 2, 2006<ref>[http://www.jetbrains.com/company/history.html JetBrainsHistory]</ref> and is commercial software and licensed under a proprietary license: a [[freemium]] license for up to 100 build configurations and three free Build Agent licenses are available. [[ |
<ref name=":0" />'''TeamCity''' is a [[Software build|build management]] and [[continuous integration]] server from [[JetBrains]]. It was first released on October 2, 2006<ref>[http://www.jetbrains.com/company/history.html JetBrainsHistory]</ref> and is commercial software and licensed under a proprietary license: a [[freemium]] license for up to 100 build configurations and three free Build Agent licenses are available. [[open-source]] projects may request a free license. |
||
==Notable features== |
==Notable features== |
Latest revision as of 13:46, 9 December 2024
This article has multiple issues. Please help improve it or discuss these issues on the talk page. (Learn how and when to remove these messages)
|
Developer(s) | JetBrains |
---|---|
Initial release | 2 October 2006 |
Stable release | 2024.03.2[1]
/ 29 May 2024 |
Written in | Java |
Operating system | server-based Web application |
Type | Continuous integration |
License | Proprietary commercial software, Freeware for teams meeting supplier conditions |
Website | www |
[2]TeamCity is a build management and continuous integration server from JetBrains. It was first released on October 2, 2006[3] and is commercial software and licensed under a proprietary license: a freemium license for up to 100 build configurations and three free Build Agent licenses are available. open-source projects may request a free license.
Notable features
[edit]- Gated commits (prevents developers from breaking sources in a 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:
- Git
- Mercurial (hg)
- Subversion (svn)
- Perforce
- Concurrent Versions System (CVS)
- StarTeam
- ClearCase (Base and UCM)
- Team Foundation Version Control (TFVC)
- Plastic SCM
- Visual SourceSafe (VSS)
- Vault[2]
See also
[edit]References
[edit]External links
[edit]