-
Bug
-
Resolution: Fixed
-
Minor
-
None
While working on JENKINS-7377 I noticed that it's redundant and confusing to allow the same type of parameter for a triggered build more than once.
For example, right now it's possible to specify "Current Build Parameters", or "Subversion Revision" two or more times.
The only type where it might make sense is "Parameters from properties file".
I think for every type of parameters a simple checkbox is sufficient.
I'll try to make the necessary changes and open a pull request, but appreciate comments or criticism.
- is related to
-
JENKINS-15834 It's not possible to specify multiple property files in parametrised trigger
-
- Reopened
-
I'm trying to replace the following jelly script in BuildTriggerConfig/config.jelly:
with something like
It looks ok, but unfortunately does not save which type of parameter was selected (checked).
Could you give me hint what I need to do to get it working? Is there any other jelly tag that deals with a list and displays checkboxes? (I noticed that <f:hetero-radio/> exists, but unfortunately it allows only radio buttons.)
Best Regards,
Fred