Unable to connect sonarqube end point from VSTS build definition

I am trying to connect the Sonarqube from VSTS build definition. I am getting this below error:

[SQ] API GET ‘/api/server/version’ failed, error was: {“code”:“ENOTFOUND”,“errno”:“ENOTFOUND”,“syscall”:“getaddrinfo”

Can anyone please help me on this?

Hi,

Looks like you’re hitting a connectivity issue, independent from SonarQube itself (the error comes from the underlying stacks). Couple of pointers which can help:

https://github.com/nodejs/node/issues/5436