For a list of available plugins, see plugins list
Steps to install TeamCity plugin:
- Shutdown TeamCity server
- Copy the zip archive with the plugin into <TeamCity Data Directory>/plugins directory.
- Start TeamCity server: the plugin files will be unpacked and processed automatically.
 | To uninstall a plugin, shutdown TeamCity server and remove zip archive with the plugin from <TeamCity Data Directory>/plugins directory. |
If the plugin uses obsolete, pre-4.0 packaging:
Installing Jar-packaged Server-side Plugin
- Shutdown TeamCity server
- Copy the plugin jar file into <TeamCity web application>/WEB-INF/lib directory. Default TeamCity web application is <TeamCity home>/webapps/ROOT.
- If the plugin requires any libraries, copy them into <TeamCity web application>/WEB-INF/lib directory also.
- Start TeamCity server.
Installing Agent-side Plugin (pre-4.0 packaging)
All the agents will be upgraded automatically. No agent or server restart is required.