The thing is such options are out of CI server scope - it is not about doing code/env altering @ runtime, but with standartized infrastructure, parameters and options. That is why it is Integration - you integrate codebase changes in continuous way. For such thing build infrastructure (apache ant / maven) is made. I really suggest to think over or to learn more before dealing with CI stuff.
On 26/10/2012 13:54 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
