sonar.branch.name=devloper_1
sonar.branch.name=devloper_1
Now the default scan is still master, only a new branch is created on the sonar UI. Did not see the branch code developed
How to scan a lot of development branches (devloper_1, devloper_2, devloper_3…) every day to add new code smells, how do I do it?
E.g
master
devloper_1
devloper_2
devloper_3
devloper_4