I Created SonarQube service end point on azure DevOps to configure the Prepare analysis SonarQube task, this task is identifying SonarQube Server IP address and Port number in build pipeline. but it has been failed and throwing error as [SQ] API GET ‘/api/server/version’ failed, error was: {“errno”:“ETIMEDOUT”,“code”:“ETIMEDOUT”,“syscall”, Attaching task log and application details. please find it below.
- SonarQube plugin: 5.11.1
- SonarQube version: 9.9 LTS
- Azure Devops server 2019 version.
Could you please help me on this.
##[debug]Agent.ProxyUrl=undefined
##[debug]Agent.CAInfo=undefined
##[debug]Agent.ClientCert=undefined
##[debug]Agent.SkipCertValidation=undefined
##[debug]SonarQube=cb0eea4f-3721-4938-ac9d-be9613c7ecef
##[debug]cb0eea4f-3721-4938-ac9d-be9613c7ecef=http://SonarQube:9000/
##[debug]cb0eea4f-3721-4938-ac9d-be9613c7ecef auth param apitoken = undefined
##[debug]cb0eea4f-3721-4938-ac9d-be9613c7ecef auth param username = ***
##[debug]cb0eea4f-3721-4938-ac9d-be9613c7ecef auth param password = undefined
##[debug]organization=undefined
##[debug]scannerMode=CLI
##[debug]configMode=manual
##[debug]cliProjectKey=*********
##[debug]cliProjectName=******
##[debug]cliProjectVersion=1.0
##[debug]cliSources=D:\DefaultAgent\_work\48\s
##[debug][SQ] API GET: '/api/server/version' with query "undefined"
##[debug][SQ] API GET '/api/server/version' failed, error was: {"errno":"ETIMEDOUT","code":"ETIMEDOUT","syscall":"connect","address":"sonarQube serverip","port":9000}
##[debug]task result: Failed