muthu01
(Muthuswamy Subramanian)
January 19, 2024, 6:01am
1
We have been using SonarQube Developer Edition
Version 10.3 (build 82913)
We have setup sonar Quality Gate to run and scan on every pull request to our develop repositories.
Every time a new PR raises the report from older PR gets overwritten in the Dashboard New Code
I’d like to save the reports and publish it, is possible
Please help me with the same.
Welcome
you can use a reporting plugin.
There are free and commercial ($) solutions, see
Welcome
Either do it on your own via Sonarqube web api and process the results to pdf or try one of these plugins
free, works with Sonarqube LTS version but not latest
commercial ($), works with Sonarqube LTS and latest
Otherwise you may create your own plugin, see
Gilbert
Otherwise use the Sonarqube web api to export the metrics after the analysis and process it as you like.
see https://<yoursonarhost>/web_api
Gilbert