Hello,
Using sonarqube 7.9 lts and Gitlab 11-ee with sonar-scanner-msbuild-5.1.
i make the command line:
“Sonarscanner.msbuild.exe begin /k:“xxxxx” /n:“xxxxxx” /d:sonar.qualitygate.wait=true /d:sonar.qualitygate.timeout=180”.
Sonar-scanner not respecting Dsonar.qualitygate.wait=true with the version 7.9.1 lts .
Is it possible to have the quality gate feed back the results to Gitlab CI with this version?
Thanks,