Skip to content

Commit

Permalink
Merge pull request #100 from karthickp432001/jenkins-update
Browse files Browse the repository at this point in the history
updated recordIssues attributes in jenkins file
  • Loading branch information
karun-singh authored Aug 1, 2024
2 parents cf19f5b + e5e7594 commit f5ab5d1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,13 @@ pipeline {
always {
recordIssues(
enabledForFailure: true,
blameDisabled: true,
forensicsDisabled: true,
skipBlames: true,
qualityGates: [[threshold:0, type: 'TOTAL', unstable: false]],
tool: checkStyle(pattern: 'target/checkstyle-result.xml')
)
recordIssues(
enabledForFailure: true,
blameDisabled: true,
forensicsDisabled: true,
skipBlames: true,
qualityGates: [[threshold:0, type: 'TOTAL', unstable: false]],
tool: pmdParser(pattern: 'target/pmd.xml')
)
Expand Down

0 comments on commit f5ab5d1

Please sign in to comment.