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
  • Loading branch information
daniel-beck committed Nov 15, 2024
1 parent 091953f commit e6bc83b
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 e6bc83b

Please sign in to comment.