Installing Additional Plugins
Plugins can add extra functionality to your TeamCity server. You can get them in the JetBrains Marketplace.
To install plugins from the repository:
Go to Administration | Plugins in TeamCity and click Browse plugins repository.
You will be redirected to the repository. Find the required plugin, click Get, and then Install to http[s]://\<teamcityUrl\>.
You will be redirected to the plugin list in TeamCity.
Confirm the plugin installation by clicking Install.
To enable the plugin after installation, click the plugin context menu and select Load.
Go to the Administration | Plugins page and upload a plugin ZIP archive from your local machine using the corresponding link.
Copy the ZIP plugin package into the<[TeamCity Data Directory](teamcity-data-directory.md)>/plugins
directory. If you have an earlier version of the plugin in the directory (though the plugin package can be named differently), remove it.
To enable the plugin after installation, click the plugin context menu and select Load. The plugin will be enabled without the server restart.
Go to Administration | Plugins, locate an external plugin in the list, click the arrow icon next to it, and select Delete.
Once the plugin is deleted, the option to restart the server appears on the page. Click it and check that the plugin version is no longer listed in Administration | Plugins.
Remove the plugin package from the <TeamCity Data Directory>
/plugins
directory and restart the TeamCity server.
Thanks for your feedback!