We have SonarQube Developer edition integrated with Azure DevOps Server 2020.
We have 2 projects integrated with Azure Devops.
Project 01: Main branch is detected, but dev branch is not detected yet.
Project 02: Analysis completed successfully and Publich the sonar result in Azure Devops summary, but the project status is The main branch has no lines of code.
SonarQube Developer Edition 9.8.0.63668
- what are you trying to achieve Branch analysis
- what have you tried so far to achieve this Integrated with Azure Devops pipeline, created a project in Sonarqube and use the project key in Maven Build
Only main branch is detected in sonarqube, not other branches.
My sonar.property file is almost blank, haven’t configured anything. Could you please advice how to get all branches in Sonarqube?