Skip to content

Commit

Permalink
Deduplicate Checkstyle and Spotbugs checks in CI build (#36)
Browse files Browse the repository at this point in the history
Checkstyle and Spotbugs were added to the standard build configuration in jenkins-infra/pipeline-library#121.
  • Loading branch information
timja authored and chriskilding committed Sep 15, 2020
1 parent d01b0f6 commit da80e46
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
Expand Up @@ -4,8 +4,4 @@ def configurations = [
[ platform: "linux", jdk: "8", jenkins: recentLTS, javaLevel: "8" ],
[ platform: "linux", jdk: "11", jenkins: recentLTS, javaLevel: "8" ],
]
buildPlugin(
findbugs: [run: true, archive: true],
checkstyle: [run: true, archive: true],
configurations: configurations
)
buildPlugin(configurations: configurations)

0 comments on commit da80e46

Please sign in to comment.