...
- 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)
- P4V Addin - Plugin for Perforce P4V to run TeamCity personal builds
- Plastic SCM
- QNUnit
- uDeploy
- VSTest.TeamCityLogger - logger for Microsoft VSTest with TeamCity support
- leiningen
...
- psake - example on reporting NUnit tests to TeamCity from psake build
- NUnit/PowerShell scirpts - running NUnit tests locally or in TeamCity with due reporting
- FTP PowerShell scripts - set of PowerShell scripts targeting Drupal deployments (detailing blog post
Note |
---|
See also Open-source Bundled Plugins |
hidden-data |
---|
hidden-data |
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/unsorted https://github.com/RichardSlater/Teamcity.WebWallBoard
...
https://code.google.com/p/buildwall/
...
hidden-data |
---|
HTML |
---|
<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> |