Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add some Documentation #75

Merged
merged 4 commits into from
Feb 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 22 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,18 +86,37 @@ 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.

### quoteValue

If true, the value or selected values will be formatted with quotes.

### visibleItemCount

If specified, this will limit the amount of options displayed by creating a scrolldown list
with the only the specified amount visible at once.

### groovyScript

### groovyScriptFile
A groovy script used to generate the list of values.

### bindings
### groovyScriptFile

### groovyClasspath
A file containing a groovy script used to generate the list of values.

### defaultGroovyScript

A groovy script used to generate the list of values used in the
initial selection of the single-select or mult-select box.

### defaultGroovyScriptFile

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.

### bindings

### groovyClasspath

### defaultBindings

### defaultGroovyClasspath
Expand All @@ -124,10 +143,6 @@ set to the specified Jenkins project.

### saveJSONParameterToFile

### quoteValue

### visibleItemCount

## More

For info on how to use groovy script feature see
Expand Down