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
…jenkinsci#9983)

Co-authored-by: Daniel Beck <daniel-beck@users.noreply.github.com>
(cherry picked from commit 5a574c9)
  • Loading branch information
daniel-beck authored and krisstern committed Dec 10, 2024
1 parent 0c9536f commit dac61d8
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 dac61d8

Please sign in to comment.