Reputation: 269
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.
Upvotes: 0
Views: 2667
Reputation: 22824
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.
Upvotes: 4