cake-contrib / Cake.Sonar

:cake: :jigsaw: Cake addin to execute the MSBuild scanner for SonarQube in Cake builds
https://cakebuild.net/extensions/cake-sonar/
MIT License
31 stars 24 forks source link

Support waiting for the quality gate results #95

Closed GeertvanHorrik closed 2 years ago

GeertvanHorrik commented 4 years ago

See this documentation:

https://docs.sonarqube.org/latest/analysis/gitlab-cicd/

I couldn't really find a way that this is already being used. For now I will add something like this:

        ArgumentCustomization = args => args
            .Append("/d:sonar.qualitygate.wait=true")
        });
HofmeisterAn commented 2 years ago

Is now included in version 1.1.30 (#111).