Installing Additional Plugins
For a list of available plugins, see TeamCity Plugins
Steps to install TeamCity plugin:
Shutdown TeamCity server
Copy the zip archive with the plugin into
< >/plugins
directory.Start TeamCity server: the plugin files will be unpacked and processed automatically.
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)
Copy the agent plugin into
< TeamCity web application >/WEB-INF/update/plugins
directory.
All the agents will be upgraded automatically. No agent or server restart is required.