Publicly available plugins for JetBrains TeamCity.
These plugins are provided on "as is" basis, no warranties, etc.
JetBrains does not endorse or recommend any plugins provided by third parties and accepts no responsibility for any of the mentioned third-party plugins functionality, bugs, possible data loss, etc.
Plugins provided by JetBrains are marked with the
icon.
The plugins are listed in the following sections:
Want to list your plugin? Contact us
Want to write your plugin? Read more
Version Control Systems Support

Testing Frameworks Support
Notification/Visualizers
Apps, Notification and Interaction Applications
iOS
Android
Windows Phone
- My City - Windows Phone app
- TeamCityMetro - Windows Phone app
by Paul Stack and Gary Park, also have twitter account |
Misc
Issue Trackers
Troubleshooting
Remote APIs
Reporting
Administration Tools
- Agent Custom Token Authorize
- a way to authorize an agent by adding a token to agent properties file (basic implementation)
- Agent Tasks - enable/disable (and more) predefined set of agents by schedule
- Configuration TFS backup - a separate .Net application that monitors TeamCity server configuration files and can automatically check the changes into TFS
- Data Directory Browse
- Adds "Browse Data Directory" under Diagnostics to allow TeamCity data directory browsing and files editing. (build)
- TeamCity Console - Web console to run Groovy scripts in TeamCity environment. Also provides a report of server Spring context.
- VCS Root Manager - allows you to change checkout rules via remote API (announcement). TeamCity 7.0 provides the ability via REST API
- VCS users syncronization - prototype plugin to create TeamCity users based on VCS commits
Build Runners
- Apica LoadTest - runs web site performance tests using Apica LoadTest and presents the results and statistics on a build results tab
- Android runner - builds Android package (.apk) from your Android project (obsolete, use bundled IntelliJ IDEA Project Runner instead)
- Android Emulator
- BlazeMeter - adds a runner to run load tests using BlazeMeter and view the report as a build tab
- C# runner - write build task in C# right in web UI. (announcement, builds)
- Cabal - Cabal build runner for Haskell projects (announcement)
- CMake
- support for CMake & GNU Make builds
- Compress File - a build runner to pack a directory into a zip archive
- Deployer
- upload build artifacts to FTP, SSH, Windows share (SMB), deploy to Tomcat, etc.
- FTPUpload - a build runner to upload a folder to a remote FTP server
- Grails support - TeamCity-aware reporting for Grails builds
- Load Impact runner - run Load Impact tests from TeamCity (announcement)
- Meta Runners Power Pack - a collection of meta runners for various tasks like downloading a file, triggering a build, tagging a build, changing a build status, running PHP tasks, etc.
- NuGet support
- support for NuGet (bundled since TeamCity 7.0)
- Octopus Deploy - triggers Octopus Deploy deployments
- OpenCover Runner - allows running code coverage with OpenCover as a build step
- PowerShell runner
- easy run your PowerShell scripts from TeamCity (bundled since TeamCity 6.5)
- Python Runner - allows you to simply run python scripts in different operating systems (automatically detects Pythons on agents and maintains compatibility)
- Red Gate SQL CI runner - supports Red Gate tools for continuous integration and database deployment
Use SQLCompareSupport@red-gate.com email to report issues. |
- Squish Runner - allows to run froglogic Squish GUI Tester tests from TeamCity
- StyleCop runner
- TeamCity.Node - provides Node.js, NPM, NVM and PhantomJS runners
- TeamCity.Virtual - Docker and Vagrant virtual build runners
- Trigger.io integration - a runner to run the build in Trigger.io build service
- Unity3D runner - a simple way to build Web / Windows / OSX Unity Players from TeamCity (announcement)
- Xcode runner by JetBrains
- builds and runs tests for Xcode projects (Mac OS, iOS applications) (bundled since TeamCity 7.1)
- Xcode runner 1, Xcode runner 2 (and a several forks) - third-party earlier takes on Xcode runners
- SBT Runner
- allows running build with Simple Build Tool (Scala)
- VSTest.Console Runner
- allows to run tests with vstest.console
Extended Settings for Build Configurations
- Autoincrementer
- allows you to share the sequence of build numbers between several build configurations
- Date Build Number - adds date to the build number. See also Groovy plug and "Formatted Date Parameter" below.
- Failure Formula - custom metric which can be used to fail a build if it runs longer certain percentage then the previous one.
- Formatted Date Parameter - provides a configuration parameter with the current date/timestamp.
- Git Scheduling Trigger - a custom implementation for TW-23879:Ability to trigger builds in specific branches by schedule
- Kill Billd - Kills Bill builds running for too long comparing to last successful build
- NetPublisher - publishing build artifacts to a network share (server-side)
- RunAs
- Adds ability to run builds in sandboxes, under different user accounts (requires TeamCity 6.5.3)
- Shared Build Number - provides build number sharing between the build configurations and more.
- Swabra
- cleaning checkout directory (deleting new files) after the build (bundled since TeamCity 5.1)
- unique - Issues unique build numbers to builds across projects in a simple counter fashion. See also Autoincrementer plugin above.
- Url Build Trigger
- Adds build to the build queue when detecting change at the specified URL.
- Shared Resources
- (bundled since TeamCity 8.0) allows you to limit concurrently running builds from different build configurations based on defined "resources" and "locks".
- Web parameters - custom parameter type to display custom run build dialog parameter drop down with options retrieved from an external web service
Cloud Support
Other Systems Support
Miscellaneous
* [CI Game|https://github.com/MikeHanson/TeamCityCiGame] \- (not yet functional)
|

Support for TeamCity in Other Tools
- Confluence Plugin - TeamCity Integration Plugin plugin for Atlassian Confluence by StiltSoft
- github has a service hook to trigger a build in TeamCity on commit (see code)
- Gradle about - a plugin for Gradle with support for TeamCity. Generates a textual description of the artifacts
- hubot teamcity.coffee - support for some TeamCity commands for Hubot
- Jira plugin - display TeamCity builds information in Jira issues and Dashboard. Jira plugin by StiltSoft
- Karma - support in the JavaScript testing tool to report tests progress into TeamCity using TeamCity service messages
- Magenta/Riff-Raff - Guardian deploy system which uses TeamCity to grab and mark builds of deployed artifacts
- Maven about - a plugin for Maven with support for TeamCity. Generates a textual description of the artifacts
- Mocha - on-the-fly reporting via service messages for Mocha JavaScript testing framework. Related post with instructions.
- NDepend (instructions on configuring NDepend build and displaying reports in TeamCity)
- Plastic SCM
- QNUnit
- Stash Commit Hook - plugin for Atlassian Stash to force TeamCity VCS root checking for changes on new changes in Stash
- uDeploy
- VSTest.TeamCityLogger - logger for Microsoft VSTest with TeamCity support
Other Integration Examples
Discontinued/Obsolete/no more available:
* [P4V Addin|http://p4tc.dnksoft.eu/] \- Plugin for Perforce P4V to run TeamCity personal builds
{hidden data}
----
{note}See also [Open-source Bundled Plugins|Open-source Bundled Plugins]
{note}
|
Not yet added/unsortedhttps://github.com/RichardSlater/Teamcity.WebWallBoardhttps://code.google.com/p/buildwall/
<script type="text/javascript">
AJS.$("div.wiki-content > ul > li > a").click(function() {
var link = AJS.$(this);
var title = link.text(); //link.attr("title")
if (!title) {
title = "Untitled Plugin";
}
title = title.replace("'", "_");
_gaq.push(['_setAccount', 'UA-940435-14']);
_gaq.push(['_trackEvent', 'Follow links', 'TeamCity Plugins - ' + title]);
});
</script>
|