Given the age of this plugin and the number of security issues with the code base, no further development is expected. There are many excellent alternatives that may suit your purpose.
There are other parameter plugins to use for user inputs.
Any file I/O will be removed in a future version. Use another step to read or write files:
Any Groovy Scripting will be removed in a future version. Use pipeline or another plugin to execute groovy:
The extended-choice-parameter-plugin
creates various types of choice fields for use with the
Input Step plugin.
This is accomplished using
json-editor, which
generates an HTML form from a JSON Schema. The json editor requires two inputs: the html
id
of the section holding the form and options
which drive the form creation.
Additional documentation is desired. Please create pull requests with better documentation of the params. Thanks!
The name of the parameter.
The type of parameter
Comma separated list of values for the single select or multi-select box. This field can be left blank if the comma separated values need to be picked up from a properties file (set via 'Property File' and 'Property Key').
The properties file is a collection of key,value pairs of the form key=value1,value2,...
The property of the property file to use.
For example, if the property file was the following:
prop1=a,b,c,d,e prop2=1,2,3,4
Then you could specify the property as either prop1
or prop2
.
Initial selection of the single-select or mult-select box.
In case of the multi-select box, default value can be a comma separated string.
Absolute path (specified without using environment variables).
Inserts this value between selections when the parameter is a multi-select.
The default when empty is ','
If specified, this adds a currentProject entry to the groovy script context. The entry's value is set to the specified Jenkins project.
If true, the value or selected values will be formatted with quotes.
If specified, this will limit the amount of options displayed by creating a scrolldown list with the only the specified amount visible at once.
A groovy script used to generate the list of values.
A file containing a groovy script used to generate the list of values.
A groovy script used to generate the list of values used in the initial selection of the single-select or mult-select box.
A file containing a groovy script used to generate the list of values used in the initial selection of the single-select or mult-select box.
For info on how to use groovy script feature see this link
Refer to contribution guidelines
Licensed under MIT, see LICENSE