Skip to content

Commit

Permalink
Remove unneeded configuration in buildPlugin
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 committed Jul 25, 2020
1 parent e4e5bfa commit 312b2bf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Jenkinsfile
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
buildPlugin(
findbugs: [
run: false
]
)
buildPlugin()

0 comments on commit 312b2bf

Please sign in to comment.