Installing Additional Plugins
For a list of available plugins, see TeamCity Plugins
Installing TeamCity 4.0-packaged plugins
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.
Installing Jar-packaged Server-side Plugin (pre-4.0 packaging)
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
directory.
All the agents will be upgraded automatically. No agent or server restart is required.