Skip to content

Cake addin to break build if SonarQube analysis fails

License

Notifications You must be signed in to change notification settings

rhtnr/Cake.SonarResults

Repository files navigation

Cake.SonarResults

A Cake Addin to break build if SonarQube Analysis fails!

Usage

The current working directory should be set to the directory where you ran the sonar scan SonarBegin and SonarEnd should have run successfully.

#addin "Cake.SonarResults"
Task("Sonar-AnalysisResults")
    .IsDependentOn("Sonar-End")
    .Does(() => 
    {
      SonarQubeResults(new SonarResultsSettings("http://sonarqube:9000"));
    });

README file made with my favorite MD editor

About

Cake addin to break build if SonarQube analysis fails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages