Skip to content

Commit

Permalink
Adds spotbugs ignoreFailedBuilds to Jenkinsfile
Browse files Browse the repository at this point in the history
spotbugs is failing all builds due major terminology refactor in #67 but without any actual code changes

#67
  • Loading branch information
froque committed Feb 9, 2023
1 parent 573683b commit 373f1b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ buildPlugin(
[platform: 'linux', jdk: 17],
[platform: 'windows', jdk: 11],
],
spotbugs: [ignoreQualityGate: true],
spotbugs: [ignoreQualityGate: true, ignoreFailedBuilds: false],
)

0 comments on commit 373f1b1

Please sign in to comment.