Skip to content

Commit

Permalink
Merge pull request #90 from jenkinsci/remove_sptobugs_jenkinsfile
Browse files Browse the repository at this point in the history
Remove spotbugs configuration in Jenkinsfile
  • Loading branch information
froque authored Sep 5, 2023
2 parents fc9772d + bb643a6 commit 77c6cc5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ buildPlugin(
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 11],
],
spotbugs: [ignoreQualityGate: true, ignoreFailedBuilds: false],
)

0 comments on commit 77c6cc5

Please sign in to comment.