Here is my 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.
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 However, the job builds immediately without waiting for user input or a click on the build button 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 jenkinsci-dev+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.