File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/resources/org/jenkinsci/plugins/workflow/libs Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ THE SOFTWARE.
2727<j : jelly xmlns : j =" jelly:core" xmlns : f =" /lib/form" xmlns : st =" jelly:stapler" >
2828 <f : description >${%blurb}</f : description >
2929 <f : dropdownDescriptorSelector field =" scm" descriptors =" ${descriptor.SCMDescriptors}" title =" ${%Source Code Management}" />
30- <st : include page =" options" from =" ${instance}" />
30+ <st : include page =" options" class = " ${descriptor.clazz} " from =" ${instance}" />
3131</j : jelly >
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ THE SOFTWARE.
2727<j : jelly xmlns : j =" jelly:core" xmlns : f =" /lib/form" xmlns : st =" jelly:stapler" >
2828 <f : description >${%blurb}</f : description >
2929 <f : dropdownDescriptorSelector field =" scm" descriptors =" ${descriptor.SCMDescriptors}" title =" ${%Source Code Management}" />
30- <st : include page =" options" from =" ${instance}" />
30+ <st : include page =" options" class = " ${descriptor.clazz} " from =" ${instance}" />
3131</j : jelly >
You can’t perform that action at this time.
0 commit comments