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)