Hi,
I’m trying to set up SonarQube as a step in my pipeline in Azure devops but I get a url error message:
Starting: SonarQube
==============================================================================
Task : Prepare Analysis Configuration
Description : Prepare SonarQube analysis configuration
Version : 4.24.0
Author : sonarsource
Help : Version: 4.24.0. [More Information](http://redirect.sonarsource.com/doc/install-configure-scanner-tfs-ts.html)
==============================================================================
##[error][SQ] API GET '/api/server/version' failed, error was: {"code":"ENOTFOUND","errno":"ENOTFOUND","syscall":"getaddrinfo","hostname":"aieforgev2pr-sonarqube-internal.aieforgev2pr.svc.cluster.local","host":"aieforgev2pr-sonarqube-internal.aieforgev2pr.svc.cluster.local","port":"9000"}
Finishing: SonarQube
It is a .Net Framework project. What url should I be using instead?
Thanks