Open engrun opened 6 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?
would love to have a feature to customize project specific settings to send notifications to different channel.
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.