Attempting initial setup of SonarQube with Azure Dev Ops (Git).
I keep receiving an error that GET ‘/api/server/version’ fails. I suspect that this could be related to the context root that is configured on the SonarQube server. The URL http://:9000/sonar/api/server/version works in my browser, but I’m not sure if the extension is actually attempting to hit that context root. When I include it in the URL for the server, I’m suspecting it gets ignored.
Does the Azure Dev Ops plugin expect the default ‘blank’ context to be used? Is there a way to specify the context ‘/sonar’?
Server Version: 6.2
Extension Version: 5.8