-
Notifications
You must be signed in to change notification settings - Fork 134
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
[FIXED JENKINS-38850] - Pass params to ParametersAction to fix shouldSchedule() #115
Conversation
public class MultiJobParametersActionTest { | ||
|
||
@Test | ||
public void ShouldMergeEmptyParameters() { |
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.
Why the C#-style casing?
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.
Sorry, was hacking C# yesterday and pressed shift automatically. Will fix
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.
LGTM 🐝
Thanks a lot @oleg-nenashev
My fix is probably incomplete for parameters loaded from the disk. |
This pull request originates from a CloudBees employee. At CloudBees, we require that all pull requests be reviewed by other CloudBees employees before we seek to have the change accepted. If you want to learn more about our process please see this explanation. |
@reviewbybees done |
@hagzag gentle ping |
@oleg-nenashev @cohencil is already on this PR, we were planning on releasing last week, I hope we get to it this week. I will keep you posted (or you will get notified via this thread). Sorry about the inconvenience. |
Just a quick bugfix with a set of direct unit tests for the related functionality. The issue itself comes from the partially correct fix of JENKINS-36124 in #100, which was a SECURITY-170 fix attempt.
Functional tests are available in #106
https://issues.jenkins-ci.org/browse/JENKINS-38850
@reviewbybees @cohencil @t0r0X @aheritier