hi, i'm wondering if anyone here might be able to comment of the 
feasibility of the following:

I'm trying to build a jenkins plugin in order to assist with our 
release/deployment process.

in order to do this i want to retrieve parameters from a different job and 
present these to a user in the form of a drop down

in order to do this i need to

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
3) display a drop down on the parameters page (i believe i can do this by 
extending dynamic extensible parameters)

the problem i have is step 2 - would anyone be able to comment on the 
plausibility of this and if possible how i might accomplish this? (from a 
web ui perspective i want to make an AJAX call when i update drop down 1 
which updates drop down 2)

Thanks
Adam

-- 
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/05e07866-479e-49ca-a177-2897de3d0494%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to