Skip to content

Commit

Permalink
[JENKINS-73487] Fix Stapler exception with multiple security warnings (
Browse files Browse the repository at this point in the history
…#9983)

Co-authored-by: Daniel Beck <[email protected]>
  • Loading branch information
daniel-beck and daniel-beck authored Nov 28, 2024
1 parent 0235a80 commit 5a574c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def listWarnings(warnings, boolean core) {
}
}
}
if (fixables == warnings.size) {
if (fixables == warnings.size()) {
dd {
if (fixables == 1) {
raw(_(core ? "allFixable1Core" : "allFixable1", rootURL))
Expand Down

0 comments on commit 5a574c9

Please sign in to comment.