TeamCity
 
You are viewing the documentation for an earlier version of TeamCity.

Installing Additional Plugins

Last modified: 20 April 2023

For a list of available plugins, see TeamCity Plugins

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.