Skip to content

Commit

Permalink
Remove unneeded configuration in buildPlugin (#70)
Browse files Browse the repository at this point in the history
Spotbugs reporting is being enabled by default in jenkins-infra/pipeline-library#121, update to parent pom 4.x to use spotbugs instead of findbugs.
  • Loading branch information
timja authored Jul 26, 2020
1 parent 0492eae commit eaa6587
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,4 @@

/* `buildPlugin` step provided by: https://github.com/jenkins-infra/pipeline-library */

buildPlugin(
findbugs: [
run: true,
archive: true,
unstableTotalAll: 0
],
)
buildPlugin()

0 comments on commit eaa6587

Please sign in to comment.