Skip to content

Commit

Permalink
[JENKINS-63931] change section to advanced tag for ExtendedChoicePara…
Browse files Browse the repository at this point in the history
…meterDefinition (#33)

try to  fixup jenkins job configure section shows unnecessary tabs

Co-authored-by: Mamh-Linux <[email protected]>
  • Loading branch information
mamh2021 and Mamh-Linux authored Nov 3, 2020
1 parent 3b124e3 commit 22a7405
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<f:checkbox checked="${instance.quoteValue}"/>
</f:entry>

<f:section title="Choose Source for Value">
<f:advanced title="Choose Source for Value">
<f:radioBlock name="propertySource" title="Value" value="0" checked="${parameterType eq 'basic' and empty instance.propertyFile and not empty instance.value}">
<f:entry title="Value" field="propertyValue">
<f:textbox value="${instance.value}"/>
Expand Down Expand Up @@ -132,9 +132,9 @@
</f:entry>
</f:advanced>
</f:radioBlock>
</f:section>
</f:advanced>

<f:section title="Choose Source for Default Value">
<f:advanced title="Choose Source for Default Value">
<f:radioBlock name="defaultPropertySource" title="Default Value" value="0" checked="${parameterType eq 'basic' and not empty instance.defaultValue}">
<f:entry field="defaultPropertyValue">
<f:textbox value="${instance.defaultValue}"/>
Expand Down Expand Up @@ -177,9 +177,9 @@
</f:entry>
</f:advanced>
</f:radioBlock>
</f:section>
</f:advanced>

<f:section title="Choose Source for Value Description">
<f:advanced title="Choose Source for Value Description">
<f:radioBlock name="descriptionPropertySource" title="Description" value="0" checked="${parameterType eq 'basic' and not empty instance.descriptionPropertyValue}">
<f:entry field="descriptionPropertyValue">
<f:textbox value="${instance.descriptionPropertyValue}"/>
Expand Down Expand Up @@ -222,7 +222,7 @@
</f:entry>
</f:advanced>
</f:radioBlock>
</f:section>
</f:advanced>
</f:radioBlock>
<f:radioBlock name="parameterGroup" title="Multi-level Parameter Types" value="1" checked="${parameterType eq 'multilevel'}">
<f:entry name="type" title="Parameter Type" field="type">
Expand Down

0 comments on commit 22a7405

Please sign in to comment.