Branch analysis with gerrit

can anyone please list out details steps how to setup branch analysis with gerrit? like a user pushes a patchset it should trigger job on jenkins and jenkins run sonar branch analysis.

Hey there.

It looks like the Gerrit plugin gives some guidance on pull request analysis.

If you’re specifically looking for branch analysis, you’ll need to consider a different analysis parameter (sonar.branch.name) in place of sonar.pullrequest.*)

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.