I am using maven to build my java app, Jenkins for CI and Sonar for metrics.
Currently I have a build job that creates the sonar report. (Triggered via a post-build step in Jenkins.)
I would like to set this up to fail the build if certain thresholds are met - i.e. any major or blocker violations or Complexity more than 1.7.
Any guidance would be appreciated! - L