Software:TeamCity

From HandWiki
TeamCity
TeamCity Icon.svg
Developer(s)JetBrains
Initial release2 October 2006; 17 years ago (2006-10-02)
Stable release
2023.05 / 26 May 2023; 8 months ago (2023-05-26)[1]
Written inJava
Operating systemserver-based Web application
TypeContinuous integration
LicenseProprietary commercial software, Freeware for teams meeting supplier conditions
Websitewww.jetbrains.com/teamcity/

[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

  • 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

TeamCity supports the following version control systems:

See also

References

External links