Integrating TeamCity with Other Tools
One of the key features of TeamCity is straightforward integration with modern software technologies and platforms. To ensure our users are able to integrate every component of their CI/CD pipeline with TeamCity, we either:
provide smart detection and handy UI controls on the TeamCity side, or
expose specialized REST API endpoints for easier scripting and integration on a third-party system's side.
There are many places in the TeamCity UI where you can set up or adjust software integrations, depending on their context. This article gives an overview of third-party software and platforms supported in TeamCity out of the box.
See also versions of platforms and environments currently supported in TeamCity.
The tables below are updated in accordance with the newly introduced integrations and whenever we have extra guides to share.
Software | Available Integrations |
---|---|
JUnit |
|
TestNG |
|
NUnit |
|
MSTest / VSTest | |
MSpec |
|
Test::Unit, Test-Spec, Shoulda, RSpec, and Cucumber |
|
Pytest |
|
Python Unittest |
|
JaCoCo | |
Emma | |
IntelliJ IDEA coverage | |
JetBrains dotCover | |
NCover | |
PartCover | |
Flake8 | |
Pylint |
Software | Available Integrations | Extra Guides and Tutorials |
---|---|---|
Git |
| |
Subversion |
| |
Perforce |
| |
Azure DevOps (TFVC) |
| |
Mercurial |
Software | Available Integrations | Extra Guides and Tutorials |
---|---|---|
SSH | ||
SMB | ||
FTP |
Software | Available Integrations | Extra Guides and Tutorials |
---|---|---|
GitHub.com / GitHub Enterprise | ||
GitLab.com / GitLab CE/EE | ||
Bitbucket Cloud / Bitbucket Server | ||
Azure DevOps Services | ||
JetBrains Space |
Software | Available Integrations | Extra Guides and Tutorials |
---|---|---|
Docker |
Software | Available Integrations | Extra Guides and Tutorials |
---|---|---|
JetBrains YouTrack | ||
Atlassian Jira | ||
Bugzilla |
Integration with issue trackers is also represented in terms of integration with VCS hosting services.
Software | Available Integrations | Extra Guides and Tutorials |
---|---|---|
IntelliJ Platform | ||
Microsoft Visual Studio |
Software | Available Integrations | Extra Guides and Tutorials |
---|---|---|
Slack | ||
Web browsers |
TeamCity can also send notifications via email.
Thanks for your feedback!