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



Am Mittwoch, den 29.08.2012, 14:54 +0200 schrieb Christopher Orr <ch...@orr.me.uk>:
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, presumably.

So you could add that as a parameter to the upstream job, then
trigger the second job with that parameter, using the Parameterized
Trigger Plugin?

Regards,
Chris


Reply via email to