-
Notifications
You must be signed in to change notification settings - Fork 196
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
[JENKINS-49089] Whitelist problems #112
Conversation
@@ -53,7 +53,7 @@ | |||
* @author Kohsuke Kawaguchi | |||
* @since 1.133 | |||
*/ | |||
final class SplittableBuildListener extends AbstractTaskListener implements BuildListener, Serializable { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
…nst something newer.
Bug introduced by jenkinsci/jenkins@e418e44 with the helpful commit message by @kohsuke
It seems to have been from jenkinsci/jenkins#542. |
…which did add test coverage—but using mocks. Making it useless for actually detecting regressions like this. |
…and the test has to be |
I tried to follow what the code here is doing, in an effort to craft a functional test which would trigger this code path, but could not do so after brief effort. I am not inclined to waste too much time working on this plugin; probably better to release a fix based on code inspection & reasoning, and hope it suffices. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐝 It should not make it worse at least
@reviewbybees done but not sure who normally releases this—@oleg-nenashev? @aheritier? |
I have reached out to @aheritier to sync-up on that |
JENKINS-49089
save
ing the buildModuleDependency
fieldstransient
@reviewbybees