Skip to content

[JENKINS-49372] Support extended-choice-parameter JSON parameter#87

Open
res0nance wants to merge 1 commit intomasterfrom
JENKINS-49372
Open

[JENKINS-49372] Support extended-choice-parameter JSON parameter#87
res0nance wants to merge 1 commit intomasterfrom
JENKINS-49372

Conversation

@res0nance
Copy link
Copy Markdown

@res0nance res0nance commented Dec 24, 2020

No description provided.

@res0nance
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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