Installing Additional Plugins

You are viewing documentation of TeamCity 3.x, which is not the most recent released version of TeamCity. Please refer to the listing to choose another version.
Documentation Index

Installing Additional Plugins

For a list of available plugins, see plugins list

Installing jar-packaged server-side plugin

  1. Shutdown TeamCity server
  2. Copy the plugin jar file into <TeamCity web application>/WEB-INF/lib directory. Default TeamCity web application is <TeamCity home>/webapps/ROOT.
  3. If the plugin requires any libraries, copy them into <TeamCity web application>/WEB-INF/lib directory also.
  4. 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.

Labels

 
(None)