Output of sonarsource/sonarqube-quality-gates pipe on Bitbucket

Hello, I’m using mvn with sonar in Bitbucket Pipelines. Then add step pipe sonarsource/sonarqube-quality-gate:1.2.0 to check the quality gates, and force the pipeline failed when its not fulfilled. Can we see the detail about what part of quality gates not fulfilled on the pipeline instead of just telling us to open the dashboard?

Thank you

Hi,

Welcome to the community!

Could you explain why you want the Quality Gate failure details in your pipeline, rather than a simple boolean response?

 
Thx,
Ann

Hello thanks for responding,

The purpose is to simplify developer effort by checking the results directly on pipeline.

1 Like