What parameter types were you thinking of supporting? Can you describe a use case?
Almost all the parameters are essentially strings, and "parameter type" mostly relates to how value is asked from user when they trigger a build. User defining the parameter type too seems to make no sense to me. On Friday, October 26, 2012 1:54:20 PM UTC+3, LordShacks wrote: > > 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 >
