Got an error from sonar during MS-Build action: “The analysis did not pass the quality gate because it has the status: ERROR.” I’m using the build-breaker plug-in.
It’s not clear to me what you’re trying to accomplish. The purpose of the Build Breaker plugin (which we recommend against) is to “break” your build when the project fails its Quality Gate. Perhaps you just want to uninstall the plugin (and restart SonarQube)?
thanks for your fast reply. Ok, I just wanted to indicate the broken quality gate within the build. What do you recommand for a monitoring of a broken gate?
If you don’t actually want to break the build, then you probably want to start by uninstalling the Build Breaker plugin. After that, your best bet might be to sign up for “New quality gate status” notifications, which you can do either globally or at the project-level. Assuming email sending is properly configured on your server and an email address is associated with your account, you’ll get an email everytime there’s a change, so both pass -> fail and fail -> pass.