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.