Issue in integrating sonarqube in jenkins

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
  • what are you trying to achieve
    We are trying to integrate sonarqube with jenkins.
    Facing the issue

Task :sonarqube FAILED
SonarQube server “” can not be reached
We are able to navigate to Sonarqube server, by clicking on the above url in error.

  • what have you tried so far to achieve this
    We are able to invoke the sonarqube server using wget from the jenkins agent.

Hi @Srujan,

Are you able to open the SQ server URL in browser?

This issue is often from some proxy set up between node, where the scanner is and the SonarQube. Please check the proxies configuration.

Then attach the logs of Jenkins and SQ if possible.

Best regards,
Fan