-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
version 2.0 is incompatible and breaks groovy-postbuild plugin #189
Comments
My suggestion is to upgrade the groovy-postbuild-plugin in order to be compatible (I had that on my bucket list anyway). WDYT? |
definitely a solution |
Once groovy-postbuild is adjusted I think the release notes should be updated to mention that groovy-postbuild must be updated as well |
A pre-release of the groovy postbuild plugin is available for testing. Use the "Jenkins Incrementals Publisher" tab to access the most recent build. |
Thanks @MarkEWaite. The most recent build fixes the issue. |
Fixed in release 264.vf6e02a_77d5b_c of the groovy postbuild plugin. |
Jenkins and plugins versions report
Environment
What Operating System are you using (both controller, and any agents involved in the problem)?
doesn't matter
Reproduction steps
https://github.com/jenkinsci/groovy-postbuild-plugin/blob/6eeecb7aeac5faa75313280ad67ad4c938e5bdc0/src/main/java/org/jvnet/hudson/plugins/groovypostbuild/GroovyPostbuildRecorder.java#L214 creates a new instance of BadgeSummaryAction
I don't know the exact conditions when the code is called but it results in this stacktrace
Expected Results
badge is properly created
Actual Results
build fails
Anything else?
No response
Are you interested in contributing a fix?
No response
The text was updated successfully, but these errors were encountered: