joelcollinsdc / restricted-parameter-list

A jenkins plugin allowing for a parameter which reads allowed values from an external process which is given information about the current user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A set of two Jenkins parameter plugins which have their value restricted to a set of allowed values to be picked from a list provided by an external program. The restricted string parameter allows for setting a single parameter value. The restricted string dynamic parameter allows for setting two build parameters. For both, the external program will have access to information about the current logged in user. For the dynamic parameter, the command will also have access to the current value selected for the first parameter.

About

A jenkins plugin allowing for a parameter which reads allowed values from an external process which is given information about the current user


Languages

Language:Java 94.3%Language:HTML 5.7%