We are using a multibranch process with git and bitbucket. What we want to do is to automatically launch sonarQube on all our branches before merging them into master through a Jenkins server.
I’ve already read this documentation https://docs.sonarqube.org/display/SONAR/Branch+Analysis and we have a developer edition of sonarQube.
Is there a way for sonar to auto detect the branch on which it’s running? Or should we always manually change the parameter sonar.branch.name?
Thanks for the help