Skip to content

Commit

Permalink
[FIXED JENKINS-8916] Allowing same type of parameter for triggered build
Browse files Browse the repository at this point in the history
more than once seems redundant

It requires Jenkins core version 1.463 to work, but it's fully
backwards compatible.
  • Loading branch information
fredg02 committed May 6, 2012
1 parent 76d4c9b commit 3f6097a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -35,6 +35,7 @@ THE SOFTWARE.
<f:block>
<f:hetero-list name="configs" hasHeader="true"
descriptors="${descriptor.getBuilderConfigDescriptors()}"
oneEach="true"
items="${instance.configs}"
addCaption="${%Add Parameters}"
/>
Expand Down
Expand Up @@ -15,6 +15,7 @@
<f:block>
<f:hetero-list name="configs" hasHeader="true"
descriptors="${descriptor.getBuilderConfigDescriptors()}"
oneEach="true"
items="${instance.configs}"
addCaption="${%Add Parameters}"
/>
Expand Down

0 comments on commit 3f6097a

Please sign in to comment.