Re: How to set limits for Checkstyles, findsbugs and PMD

2021-02-10 Thread Ullrich Hafner
See quality gates: https://github.com/jenkinsci/warnings-ng-plugin/blob/master/doc/Documentation.md > Am 09.02.2021 um 19:06 schrieb Ashok reddy : > > Hello Folks, > > Below is the my pipeline script, How can I

How to set limits for Checkstyles, findsbugs and PMD

2021-02-09 Thread Ashok reddy
Hello Folks, Below is the my pipeline script, How can I set the warnings limit for check style warning stage('Build') { options { timeout(time: 30, unit: "MINUTES") } steps { withMaven(maven: 'Maven-3.5.2') {