Skip to content

Commit

Permalink
Merge pull request #20 from fredg02/master
Browse files Browse the repository at this point in the history
[FIXED JENKINS-8916] Allowing same type of parameter for triggered build more than once seems redundant
  • Loading branch information
fredg02 committed May 9, 2012
2 parents 76d4c9b + 3f6097a commit 6e80ae3
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 6e80ae3

Please sign in to comment.