Fosfor
Fosfor

Reputation: 191

How to see imported plugins in SonarQube?

I'm trying to notify my Slack when a SonarQube analysis has been processed and for that I saw a plugin: https://github.com/astrebel/sonar-slack-notifier-plugin

I followed all the step but I didn't see the slack hook setting in my administration/general view.

Upvotes: 0

Views: 388

Answers (1)

G. Ann - SonarSource Team
G. Ann - SonarSource Team

Reputation: 22802

You don't mention your version of SonarQube, but that plugin's README clearly states that it is no longer maintained, and implies that it's not compatible above SonarQube 5.4.

Assuming you have a more recent version than that, you should look at the built-in webhooks, which will POST notifications once analysis reports have been integrated.

Upvotes: 1

Related Questions