-
Notifications
You must be signed in to change notification settings - Fork 728
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
Fix set_build_extra_options() API for wrapper job #18062
Conversation
PersonalBuild passed |
jenkins compile amac jdk11 |
infra issue 4740 |
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.
I'm trying to verify, but I think this breaks the z/os build which passes EXTRA_GETSOURCE_OPTIONS_JDK11_s390x_zos
from a wrapper pipeline to PBTAll.
Can you have a look at that build and test your change there please?
Pipeline-Build-Test-Personal-s390x_zos
I'll test the zos build using private repo and update this PR once that issue have been resolved. |
So the issue with The conflict seem to only affect get source parameters, so I will modify the change to only append user specified configure parameters to the build pipeline in the last stage. |
Console log Extra options specified as build parameters Change behaviour to append extra options after spec options Signed-off-by: Jack Lu <[email protected]>
2def05c
to
e3da498
Compare
jenkins compile amac jdk11 |
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.
Looks good. Thanks for fixing.
Console log Extra options specified as build parameters
Change behaviour to append extra options after spec options