How to compare two branches of same project using sonarqube?

I am triggering sonarqube scaning every night using Jekins. Lets assume i have two branch Master and Dev. I want to compare between these branches in sonarqube.

Previously I implemented pull request comparison with master branch using sonarqube-community-branch-plugin (Open source version from github). Is there any workaround or plugin that can help me to compare between two branches on same project as well?

My Sonarqube version: Community Edition * Version 7.9.1 (build 27448)

Hi,

Welcome to the community!

What kind of comparisons are you looking for?

 
Ann

Actually wanted to compare between master branch and dev branch. i able to do that using community branch plugin for sonarqube taken from github as i am using the community edition. Thanks for reply :slight_smile: