Skip to content

Simple server for parse and send sonar quality gate statuses to the slack channel.

License

Notifications You must be signed in to change notification settings

emahnovets/sonar-slack-notifier

Repository files navigation

Sonar slack notifier

Simple server for parse and send sonar quality gate statuses to the slack channel.

Example

Message Example

Installation

git clone git@github.com:EvgenyMahnovets/sonar-slack-notifier.git
cd sonar-slack-notifier

Install all dependencies:

npm install

Create configuration file:

cp examples/config.json config.json

Modify webhook and slack channel in config.json

Run server

npm start

Sonar configuration

Add your server address as webhook in sonar project preferences (Administration > General Settings > Webhooks).

Fill URL wild with your sonar-slack-notifier server address:

https://awesomeproject.com:3000/sonarQube

Sonar project configuration example: Configuration Example

About

Simple server for parse and send sonar quality gate statuses to the slack channel.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published