I am trying to run sonarqube analysis with Ci build. I have added the tasks ‘Prepare analysis on Sonarqube’ and ‘Run Code Analysis’ in my vsts build definition . I am getting the below error upon queuing the build:
[SQ] API GET ‘/api/server/version’ failed, error was: {“code”:“ENOTFOUND”,“errno”:“ENOTFOUND”,“syscall”:“getaddrinfo”,“hostname”:“sonarqube.sssss.com”,“host”:“sonarqube.ssss.com”,“port”:443}
Sonarqube version I’m using is 6.1. Can anyone help me in finding why this issue is occurring .