diff options
author | michaelbirnstiehl <michael.birnstiehl@sonarsource.com> | 2022-01-20 14:32:09 -0600 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-01-21 20:03:22 +0000 |
commit | 8389944391644e8dae62b5d9facba7f61d013dbc (patch) | |
tree | 35aee5884ec905967bf2a44eb952d9f4b14a8f0b /server | |
parent | 60132d656b159ff39464a7c2ff540494a7867269 (diff) | |
download | sonarqube-8389944391644e8dae62b5d9facba7f61d013dbc.tar.gz sonarqube-8389944391644e8dae62b5d9facba7f61d013dbc.zip |
SONAR-15829 Update instructions on uninstalling plugins
Diffstat (limited to 'server')
-rw-r--r-- | server/sonar-docs/src/pages/setup/install-plugin.md | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/server/sonar-docs/src/pages/setup/install-plugin.md b/server/sonar-docs/src/pages/setup/install-plugin.md index b4e59e53413..c265bb8c2b8 100644 --- a/server/sonar-docs/src/pages/setup/install-plugin.md +++ b/server/sonar-docs/src/pages/setup/install-plugin.md @@ -35,12 +35,6 @@ To manually install a plugin: ## Uninstalling plugins -To uninstall a plugin from the Marketplace (**Administration > Marketplace**): -1. Sort the **Plugins** list by installed plugins by selecting **Installed** above the list. -2. Find the plugin you want to uninstall. -3. Click the **Uninstall** button to the right of the plugin information. -4. Restart your SonarQube server. - -To uninstall a plugin manually: +To uninstall a plugin: 1. Delete the plugin from the `$SONARQUBE-HOME/extensions/plugins` folder. 2. Restart your SonarQube server. |