Revert to addSummary as gradle plugin not supported in badge plugin 3.583.vdc8d4a_a_1d586 - #7109
Conversation
|
Grinder test: Before : -> with badge plugin update - |
|
@smlambert @pshipton Kindly review . the Badge plugin update in PR #7108 is causing pipeline failures because the groovy-postbuild plugin doesn't support the new API yet — fix is still pending upstream at jenkinsci/groovy-postbuild-plugin#191. (https://plugins.jenkins.io/badge/releases/) |
|
@smlambert feel free to request further changes if necessary. |
|
FYI @steelhead31 |
| summary = manager.createSummary("warning.svg") | ||
| } else { | ||
| summary = manager.addSummary("accept.svg") | ||
| summary = manager.createSummary("accept.svg") |
There was a problem hiding this comment.
Why is it that only these two uses of addSummary need to change? Why not lines 890 and 906?
There was a problem hiding this comment.
Yes Keith, all addSummary should be reverted. Was testing the errored ones first! Will update
Revert to addSummary as gradle plugin not supported for new badge plugin 3.583.vdc8d4a_a_1d586