Sonarqube quality gate on PR

1)I’m integrating Sonarqube in my Jenkins pipeline. It runs static code analysis on my code.

2)I want to make sure that it gives feedback to the developers and fails over the pull request.

Can I get some reading material on 2nd point please? Any videos/long blogs with codes/readups will be much appreciated help. Thanks in advance. Please help a fellow DevOps engineer. :slight_smile:

Hi,

Welcome to the community!

Generally this is going to be via checks on the PR. This should get you started.

 
HTH,
Ann