After reviewing the parameterized plugin I have been able to trigger JOB2 
by posting to:

http://jenkinsServr:8080/job/JOB2/buildWithParameters?JOB2PARAM1=VAL1&JOB2PARAM2=VAL2,&JOBPARAM3=VAL3
 
<http://jenkinsservr:8080/job/JOB2/buildWithParameters?JOB2PARAM1=VAL1&JOB2PARAM2=VAL2,&JOBPARAM3=VAL3>


However, the *job builds immediately without waiting for user input* or a 
click on the build button

I have a slightly different requirement.

In the report output of a JOB1 build, I want to place *a hyperlink that 
when users click it displays a JOB2 form* and populates *some of the JOB2 
form parameters* based on parameter values passed through the URL.

Is there a way to pass just parameters VAL1,VAL2 (which are dynamically 
determined in JOB1) and then wait for the user to select VAL3 from the job 
UI before clicking on the build button?

Thanks for any feedback!
Ioannis

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to