-
Bug
-
Resolution: Duplicate
-
Minor
-
None
-
Jenkins v2.79
Active Choices Plug v1.53
Similar to JENKINS-43380, I'm seeing unresolved HTML tags when using the "Active Choices Reactive Reference Parameter" when HTML is used in the description field. Enabling Markup Formatter = Safe HTML did not resolve the issue.
Work Around:
Add
<j:set var="escapeEntryTitleAndDescription" value="false"/>
To
src/main/resources/org/biouno/unochoice/DynamicReferenceParameter/index.jelly
- duplicates
-
JENKINS-43380 Input parameter HTML description not working
-
- Resolved
-
Thanks for reporting the issue and for including the work around. The same workaround was mentioned in
JENKINS-43380, and I tested it and it worked. So closing this one as duplicated as it was reported afterJENKINS-43380.Preparing a release in the next days, so this should be fixed in the next version of the plugin.
Thanks again,
Bruno