Re: parameterize downstream job with user prompt

2012-08-31 Thread Christopher Orr
Hi there, In that case, since there's some interaction required this sounds like a job for the Promoted Builds Plugin, with a manual promotion type. Though I haven't really used it myself, so I don't know how it works with parameters. Regards, Chris On 08/29/2012 02:32 PM, Michael Hütterma

Re: parameterize downstream job with user prompt

2012-08-29 Thread Michael Hüttermann
Hello, I want the user to confirm the parameter before the downstream job starts. The default parameter (i.e. the parameter that is offered the user as default, for confirming or changing) is computed during build time of the upstream job. Any idea how to accomplish that? Thanks. Michael

Re: parameterize downstream job with user prompt

2012-08-29 Thread Christopher Orr
On 08/29/2012 08:46 AM, Michael Hüttermann wrote: can I somehow parameterize a downstream build job with a String where I offer a default value and the user gets a prompt to commit the value or can enter a different one? When would the user enter this? When starting the upstream job, presumabl

parameterize downstream job with user prompt

2012-08-28 Thread Michael Hüttermann
Hello, can I somehow parameterize a downstream build job with a String where I offer a default value and the user gets a prompt to commit the value or can enter a different one? Thanks. Michael