Skip to content
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-49372] Support extended-choice-parameter JSON parameter #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

res0nance
Copy link

@res0nance res0nance commented Dec 24, 2020

No description provided.

@res0nance
Copy link
Author

CC: @vimil could you check this if this is the right way to implement support

paramDefinition.getType().equals("PT_JSON")) {
JSONObject jO = new JSONObject();
jO.put("value", parameterValues.get(paramDefinition.getName()));
value = paramDefinition.createValue(request, jO);
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feels like an arbitrary hackaround

@vimil
Copy link
Member

vimil commented Mar 21, 2021

looks good to me. sorry for the late reply

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants