File tree 2 files changed +4
-2
lines changed
src/main/resources/hudson/plugins/promoted_builds/parameters
PromotedBuildParameterDefinition
PromotedBuildParameterValue
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ THE SOFTWARE.
26
26
<j : jelly xmlns : j =" jelly:core" xmlns : st =" jelly:stapler" xmlns : d =" jelly:define"
27
27
xmlns:l=" /lib/layout" xmlns : t =" /lib/hudson" xmlns : f =" /lib/form"
28
28
xmlns:i=" jelly:fmt" xmlns : p =" /lib/hudson/project" >
29
- <f : entry title =" ${it.name}" description =" ${it.description}" >
29
+ <j : set var =" escapeEntryTitleAndDescription" value =" false" />
30
+ <f : entry title =" ${h.escape(it.name)}" description =" ${it.formattedDescription}" >
30
31
<div name =" parameter" description =" ${it.description}" >
31
32
<input type =" hidden" name =" name" value =" ${it.name}" />
32
33
<select name =" runId" >
Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ THE SOFTWARE.
26
26
<j : jelly xmlns : j =" jelly:core" xmlns : st =" jelly:stapler" xmlns : d =" jelly:define"
27
27
xmlns:l=" /lib/layout" xmlns : t =" /lib/hudson" xmlns : f =" /lib/form"
28
28
xmlns:i=" jelly:fmt" xmlns : p =" /lib/hudson/project" >
29
- <f : entry title =" ${it.name}" description =" ${it.description}" >
29
+ <j : set var =" escapeEntryTitleAndDescription" value =" false" />
30
+ <f : entry title =" ${h.escape(it.name)}" description =" ${it.formattedDescription}" >
30
31
<div name =" parameter" >
31
32
<a href =" ${rootURL}/${it.run.url}" >${it.run.fullDisplayName}</a >
32
33
<input type =" hidden" name =" name" value =" ${it.name}" />
You can’t perform that action at this time.
0 commit comments