Installing a plugin

How to install / uninstall a plugin in SonarQube Server.

You need to manually install plugins when using SonarQube Server (you cannot use the SonarQube Marketplace).

To see what plugins are available and which version is appropriate for your SonarQube Server, use the Plugin version matrix, which is kept up to date with current plugin availability and compatibility.

Installing a plugin

  1. Download the plugin you want to install. The version needs to be compatible with your SonarQube version.

  2. Put the downloaded jar in <sonarqubeHome>/extensions/plugins, and remove any previous versions of the same plugins.

  3. Restart your SonarQube.

In case of a Data Center Edition:

  • Plugins are not shared, meaning if you install/uninstall/upgrade a given plugin on one application node, you need to perform the same actions on the other application nodes.

  • All application nodes must be stopped when installing, uninstalling, or upgrading a plugin.

To verify the plugin installation, go to Administration > Marketplace.

Uninstalling a plugin

To uninstall a plugin:

  1. Delete the plugin from the <sonarqubeHome>/extensions/plugins folder.

  2. Restart your SonarQube Server.

Was this helpful?