Hi Team,
SonarQube Version - 9.9.4
SonarQube deployed: Docker
Configured Sonarqube in my Gitlab job, and the report gets generated without issue. Yet there is a failure when calling the API to get the coverage. Log messages are here:
[2024-04-12 05:11:28] Checking for SonarQube Properties file…
[2024-04-12 05:11:28] Found the following properties file for SonarQube: pom.xml
[2024-04-12 05:11:28] Project name for SonarQube found: pdp-ec2-md
[2024-04-12 05:11:28] Checking for SonarQube generated report name…
[2024-04-12 05:11:28] Found the following generated report for SonarQube: jacoco.csv
[2024-04-12 05:11:28] Performing API call with GET Method on URL: xxxxx.com
[2024-04-12 05:11:28] Request failed with following error: 404 Client Error: for url: xxxxx.com
Thanks!