Hi
I am currently attempting to write a Jenkins plugin that is similar to the
Parameterized Build option in the Configure Project page.
I want to create a plugin that lets the user specify the type of parameter
in addition to the parameter value when the Build Now button is pressed.
As far as I can see there is no currently functionality in Jenkins that
allows the parameter type and value to be specified when a build is
scheduled.
I was wondering if it is possible to implement this feature in Jenkins.
Many thanks