sanjiv
sanjiv

Reputation: 269

SonarQube analysis of Stash pull requests

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

Answers (1)

G. Ann - SonarSource Team
G. Ann - SonarSource Team

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

Related Questions