-
-
Notifications
You must be signed in to change notification settings - Fork 534
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Plugin 1.10 does not work with SonarQube 9.3.0.51899 #562
Comments
Also didn't work for me using same version. got branch not supported message Version 9.3 (build 51899) do we have to use an older version? |
It works fine for me, but instead of using the |
@usmonster, This is in my understanding if you are using docker, in my case I deployed Sonar over windows directly in my VM, those properties are not required in my deploy. |
sonarqube 9.2.4 (build 50792)也出现了同样的问题; |
Your problem is that your configuration has |
Yeah!! |
Describe the bug
I have Installed Sonarqube Community 9.3.0.51899, I have integrated in my Azure devops pipeline for Xamarin project.
I have analized succesfully for master branch, pipeline ends with no errors, but it fails when I try to analyze another branch.
sonar branch name property is present in project path -> sonar-project.properties, and the value is set according to branch name that is being analized: sonar.branch.name = develop-azure-pipelines
When I try to analyze another branch I'm getting the error:
Expected behavior
I Expected when I run a new analysis from another branches, ends with no errors
Screenshots
servers configuration:
![server_configs](https://user-images.githubusercontent.com/101355298/157926512-00bbbc4a-d293-4b9a-a95b-cdeb0757fad5.png)
failed analysis
![develop-azure-branch_failed](https://user-images.githubusercontent.com/101355298/157926515-99bfa2bb-5e01-41c1-9297-b42959837d9a.png)
success master analysis
![master_success](https://user-images.githubusercontent.com/101355298/157926516-f536fe12-0f78-4bf8-8541-f7d71012f9a6.png)
Software Versions
Additional context
I reinstalled the server, included deploying a new server and starting from zero, and same results.
I tried without sonar-project.properties file in project path and same results.
I tried setting sonar.branch.name inside of the azure task and same result.
The text was updated successfully, but these errors were encountered: