Installing Additional Plugins
For a list of available plugins, see plugins list
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
- 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 necessary.