Skip to content

Commit

Permalink
[JENKINS-72179] Show description of boolean build parameter values (j…
Browse files Browse the repository at this point in the history
…enkinsci#8606)

Co-authored-by: Daniel Beck <daniel-beck@users.noreply.github.com>
(cherry picked from commit d6b4637)
  • Loading branch information
daniel-beck authored and MarkEWaite committed Oct 30, 2023
1 parent 5080643 commit b560797
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ THE SOFTWARE.
xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form"
xmlns:i="jelly:fmt" xmlns:p="/lib/hudson/project">
<j:set var="escapeEntryTitleAndDescription" value="false"/>
<f:entry>
<f:checkbox title="${h.escape(it.name)}" description="${it.formattedDescription}" name="value" checked="${it.value}" readonly="true" />
<f:entry description="${it.formattedDescription}">
<f:checkbox title="${h.escape(it.name)}" name="value" checked="${it.value}" readonly="true" />
</f:entry>
</j:jelly>

0 comments on commit b560797

Please sign in to comment.