TeamCity On-Premises 2020.2 Help

Installing Additional Plugins

You can get TeamCity plugins in the plugin repository.

Installing a plugin from JetBrains Plugins repository

To install plugins from the repository:

  1. Go to the Administration | Plugins List page and click Browse plugins repository.

  2. You will be redirected to the repository. Find the desired plugin and click Get and then Install to http[s]://<teamcityUrl>.
    You will be redirected to the plugins list in TeamCity.

  3. Confirm plugin installation by click Install.

  4. To enable the plugin after installation, click the plugin context menu and select Load.

Installing a plugin via Web UI

Go to the Administration | Plugins List page and upload a plugin ZIP from your local machine using the corresponding link.

Installing a plugin manually

Copy the ZIP plugin package into the <TeamCity Data Directory>/plugins directory. If you have an earlier version of the plugin in the directory (though the plugin package can be named differently), remove it.

Enabling the plugin

To enable the plugin after installation, click the plugin context menu and select Load. The plugin will be enabled without server restart.

Uninstalling a plugin via Web UI

  1. Go to the Administration | Plugins List page, locate an external plugin in the list, click the arrow icon next to it, and use the Delete option.

  2. Once the plugin is deleted, the option to restart the server appears on the page. Click the link to restart the server and check that the plugin version is no longer listed on the Administration | Plugins List page.

Uninstalling a plugin manually

Remove the plugin package from the <TeamCity Data Directory>/plugins directory and restart the TeamCity server.

Last modified: 05 March 2021