Skip to content

Commit

Permalink
[FIXED JENKINS-20909] - Custom Tool Configuration section hides most …
Browse files Browse the repository at this point in the history
…of configuration fields

Resolves https://issues.jenkins-ci.org/browse/JENKINS-20909

Signed-off-by: Oleg Nenashev <nenashev@synopsys.com>
  • Loading branch information
oleg-nenashev committed Dec 8, 2013
1 parent 832d125 commit d24cc48
Showing 1 changed file with 22 additions and 20 deletions.
Expand Up @@ -29,24 +29,26 @@ THE SOFTWARE.
<f:entry title="${%Name}" field="name">
<f:textbox/>
</f:entry>
<f:entry title="${%Exported paths}" field="exportedPaths">
<f:textbox/>
</f:entry>
<f:entry title="${%Installation directory}" field="home">
<f:textbox/>
</f:entry>
<f:entry title="${%Exported variables}" field="additionalVariables">
<f:textarea/>
<f:description>Variables with macro support. *.prop file format</f:description>
</f:entry>
<f:entry title="${%Label-specific options}">
<f:repeatableProperty name="labelSpecifics" header="${%Label specific}" add="${%Add label}" var="labelSpecific" field="labelSpecifics">
</f:repeatableProperty>
</f:entry>
<f:optionalProperty
name="versioning"
title="${%Enable Versions}" checked="${instance.hasVersions()}"
help="/plugin/custom-tools-plugin/CustomTool/help-versioning.html"
field="toolVersion">
</f:optionalProperty>
<f:advanced title="${%Custom Tool Configuration}" align="left">
<f:entry title="${%Exported paths}" field="exportedPaths">
<f:textbox/>
</f:entry>
<f:entry title="${%Installation directory}" field="home">
<f:textbox/>
</f:entry>
<f:entry title="${%Exported variables}" field="additionalVariables">
<f:textarea/>
<f:description>Variables with macro support. *.prop file format</f:description>
</f:entry>
<f:entry title="${%Label-specific options}">
<f:repeatableProperty name="labelSpecifics" header="${%Label specific}" add="${%Add label}" var="labelSpecific" field="labelSpecifics">
</f:repeatableProperty>
</f:entry>
<f:optionalProperty
name="versioning"
title="${%Enable Versions}" checked="${instance.hasVersions()}"
help="/plugin/custom-tools-plugin/CustomTool/help-versioning.html"
field="toolVersion">
</f:optionalProperty>
</f:advanced>
</j:jelly>

0 comments on commit d24cc48

Please sign in to comment.