TeamCity 7.0 Help

Installing Additional Plugins

For a list of available plugins, see TeamCity Plugins

Steps to install TeamCity plugin:

  1. Shutdown TeamCity server

  2. Copy the zip archive with the plugin into < >/plugins directory.

  3. 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

  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 (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.

Last modified: 20 April 2023