# teamcity-plugins
**Repository Path**: mirrors_floatdrop/teamcity-plugins
## Basic Information
- **Project Name**: teamcity-plugins
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-09-24
- **Last Updated**: 2026-05-23
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
TeamCity Plugins
----------------
* [Documentation](http://evgeny-goldin.com/wiki/TeamCity_Console)
* [Download](http://evgenyg.artifactoryonline.com/evgenyg/plugins-releases-local/com/github/goldin/teamcity/)
*
* Run `gradlew idea` to generate IDEA files.
* Run `gradlew` to build the plugins.
* Run `gradlew cpz` to build and copy plugins to ".BuildServer/plugins".
* Run `gradlew cps -DTeamCityApp=` to copy plugins static resources (jsp, js, and css files).
`` is a directory where TC web application is located, such as "~/TeamCity/webapps/bs". It should contain a "plugins/yourPlugin" directory with your plugin static resources.
Make sure "~/.BuildServer/config/internal.properties" contains `"teamcity.development.mode=true"`, see [wiki](http://confluence.jetbrains.net/display/TCD7/Development+Environment) for more details.