aosapps / drone-sonar-plugin

The plugin of Drone CI to integrate with SonarQube (previously called Sonar), which is an open source code quality management platform.
MIT License
30 stars 51 forks source link

[Feature request] Quality gate support #9

Open fungiboletus opened 4 years ago

fungiboletus commented 4 years ago

Hi,

Do you plan to support retrieving the quality gate value once SonarQube is done processing the code, so the pipeline can succeed or fail in Drone based on it ?

Thanks.

saitho commented 4 years ago

I just started using SonarQube again and this plugin yesterday. I guess it makes sense for the pipeline to fail when QG is not reached. Will check that later if we can get that from the command output. ;)