Hi @Clint.Cameron , Need your help
-
Versions using (SonarQube 8.5 enterprise)
-
what I am trying to achieve
Decorate PR in GitHub for SAP hybris project. -
what I have tried so far : I am able to manually run Jenkins which builds hybris code and then run ant target : ant sonarcheck to do sonaranalysis.
Help needed for PR decoration
Question 1: I know how to trigger Simple Jenkins job when PR raised in GitHub. But how to Get pull request key and pass to ant sonarcheck ?
Question 2: Next , how to integrate SonarQube with GitHub to decorate PR in above case?