On Thu, Mar 26, 2015 at 8:19 AM, Adam Scarborough <[email protected]> wrote: > 1) create a drop down consisting of a listing all jobs currently in jenkins > (i beleive this is reasonably trivial) > 2) dependent on what is selected in that drop down display another drop down > consisting of the parameters used in that job
I *think* you can do this without custom JavaScript, by having the doFill*Items descriptor method for the second dropdown accept a parameter marked not only @QueryParameter but also @RelativePath. The support in Jenkins core for this kind of stuff is quite patchy, though—it may or may not “just work”, and if it does not, debugging why is tricky. -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-dev/CANfRfr03phDf-xX2jAFk-pRWOD953Dj%2By4WNgRr3VhndvFVwgA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
