I split the whole project into jobs for convenience only, there is nothing special about having separate jobs. Job 1 is triggered by a user but then all the subsequent jobs just follow the previous job automatically. I guess the original user would be the one to prompt in their browser.
On Friday, June 15, 2012 3:47:27 PM UTC+1, (unknown) wrote: > > Can you explain what you want to happen? If you are talking about a job > that is triggered by a previous job, rather than by a user, who do you want > to ask for input? There is no user to ask. > > > > I guess the question is, how are the consecutive jobs being run at the > moment? > > > > *From:* jenkinsci-users@googlegroups.com [mailto: > jenkinsci-users@googlegroups.com] *On Behalf Of *shanz > *Sent:* 15 June 2012 15:30 > *To:* jenkinsci-users@googlegroups.com > *Subject:* User Prompts > > > > I know I can use the Parameterized Builds plugin to prompt for user input > however this only works for the initial job. > I want to ask for user input (eg: Boolean tick box - have you done xyz?), > in a job which is in the middle of a list of consecutive jobs. > Is this possible? >