Az DevOps Pipeline ERROR: SonarQube server [https://xxxxxx.com/sonar] can not be reached

Hi @fromelard ,

Thanks for sharing the logs. This kind of error is generally caused by something on your network (e.g. proxy) that’s blocking the upload of the report analysis bundle to the server.

Please also read this thread and see if it helps: Pull Request Decoration SSL error on Azure Devops Server

You may be missing certain certificates in your keystore on the agent or the agent isn’t configured properly for SSL.

Joe