TeamCity 4.0 Help

Installing Additional Plugins

For a list of available plugins, see TeamCity Plugins

Installing TeamCity 4.0-packaged plugins

  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.

Installing Jar-packaged Server-side Plugin (pre-4.0 packaging)

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

All the agents will be upgraded automatically. No agent or server restart is required.

Last modified: 20 April 2023