Azure Pipeline fails at SonarQubePrepare step

Hi, I have integrated SonarQube in Azure Pipeline. I get the following error at the SonarQubePrepare step:

SonarQubePrepare
Starting: SonarQubePrepare

==============================================================================

Task : Prepare Analysis Configuration

Description : Prepare SonarQube Server analysis configuration

Version : 7.1.1

Author : sonarsource

Help : More Information

==============================================================================

##[error][ERROR] SonarQube Server: Error while executing task Prepare: API GET ‘/api/server/version’ failed. Error message: timeout of 60000ms exceeded.

##[error]API GET ‘/api/server/version’ failed. Error message: timeout of 60000ms exceeded.

Finishing: SonarQubePrepare

Could you please help me out.

Hi,

This is the very first call analysis makes to the server. The fact that it’s failing indicates that either the sonar.host.url is misconfigured (altho that usually results in a quick 404 rather than a timeout) or that there’s something “helpful” on your network blocking the call.

You should talk to your network folks.

 
HTH,
Ann