Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
9.9 LTS Community Edition - how is SonarQube deployed: zip, Docker, Helm
Docker - what are you trying to achieve
- have a clean side panel of activity
- few custom fields reflected in the side panel. (e.g. tests, version, changeset, jenkinsurl)
These fields will also be refected in the graph on right side.
- what have you tried so far to achieve this
I have a custom sonar profile called ‘sonar_way_with_cxx_activated’ which is inherited from sonar way and a few additional rules activated from cxx plugin.
I am passing in sonar.sources and sonar.cxx.bullseye.reportPaths and sonar.buildString.
For additional fields, I tried -Dsonar.analysis.key=value but nothing is reflected in the ‘Activity’ Tab.