Custom chart plugin for SonarQube

Does anyone know if there is a way to display a custom chart as SonarQube widgets? I looked at the SonarQube plugins page , but I did not find anything that could be done.

I would like to import a CSV file generated programmatically after each build of my project, and display the different series of data that it contains in SonarQube.

Something equivalent to the Jenkins Plot plugin would be perfect.

Thank.

+4
source share
1 answer

To do this, you need to develop your own SonarQube plugin. Check out the extension guide .

0
source

Source: https://habr.com/ru/post/1598389/


All Articles