kogitant / sonar-slack-notifier-plugin

SonarQube plugin for sending notifications to Slack
Other
73 stars 66 forks source link

Project specific config / command line param #19

Open engrun opened 6 years ago

engrun commented 6 years ago

Is it possible to override ckss.projectconfig from command line parameters or from the sonar-project.properties file?

I have looked at the source and specifically SlackNotifierProp, and tried different combinations, without luck

if this is possible, could you please provide some examples?

We really don't want to send all Slack notifications to the same channel, but rather for project/git-repo specific channels, and this should be configurable from parameters.

arhohuttunen commented 5 years ago

I tried to Dockerize Sonar and wanted to add this plugin configuration inside my Docker image. Adding these properties to sonar.properties didn't however have any effect, unlike some other plugins. I'm not really that familiar with Sonar plugin development so I'm wondering if this is possible at all?

keyurp1987 commented 5 years ago

would love to have a feature to customize project specific settings to send notifications to different channel.