I am using Jenkins Continuous Integration
server and Sonarqube
for code coverage. I want to make sure that if the issues in the project reach a threshold value of Quality Gate, the project build should fail. I have installed Build Breaker plugin in Sonarqube
. I read somewhere that it applies on each and every project by default and sends build failed report to CI server(Jenkins in my case).
But this is not happening. My project builds are successful on CI server even if the issues have reached threshold value.
I am not able to use Build Breaker as it doesn't provides any parameters or something to configure it. The problem looks like this:
Please help me to configure this, so that I can send a failed build status to my CI server. If it is not possible in any way, then please let me know if there is any notification mechanism to at least notify developers about issues that have reached threshold.