mirror of https://github.com/jenkinsci/jenkins.git
[JENKINS-73487] Fix Stapler exception with multiple security warnings (#9983)
Co-authored-by: Daniel Beck <daniel-beck@users.noreply.github.com>
(cherry picked from commit 5a574c9fd6
)
This commit is contained in:
parent
0c9536f6ac
commit
dac61d8a27
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue