I have to create a Sonar dashboard view for each Stash pull request jenkins build. Is it possible to achieve it at run time? In other words I would like to create a sonar dashboard for each jenkins build.
Any help is highly appreciated.
I have to create a Sonar dashboard view for each Stash pull request jenkins build. Is it possible to achieve it at run time? In other words I would like to create a sonar dashboard for each jenkins build.
Any help is highly appreciated.
Look at the sonar-stash plugin for PR analysis. It won't give you a "dashboard", but will show you new issues on the changed code.