Hello,
I have configured Jenkins pipeline for SOnarqube with Gitlab merge. Everything is configure properly.
I have configured Sonarqube using sonar scanner. Below are following command:
sonar.projectName=rnd-phase-ii
sonar.projectKey=rnd-phase-ii
sonar.sources=.
sonar.projectVersion=1.0
But issue is with is there on my SOnarqube portal on dashboard, it’s show Project is empty. However in background task I’m able to pipeline log is runned perfectly.
Can someone help me on this?