It works !

Thank you a lot !

De : jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] 
De la part de Marc MacIntyre
Envoyé : jeudi 27 mars 2014 12:30
À : jenkinsci-users@googlegroups.com
Objet : Re: Get all Jenkins Jobs name in Build Flow Plugin

import hudson.model.*
def hi = hudson.model.Hudson.instance
def allJobs = hi.getItems(hudson.model.Job)


On Thu, Mar 6, 2014 at 12:39 AM, COLLIGNON, Thomas 
<t-collig...@efluid.fr<mailto:t-collig...@efluid.fr>> wrote:
Hello,

I would know if it's possible to get all Jenkins jobs name in Build Flow 
Plugin? In order to use this as parameters for trigger particular job.

Thanks a lot

Thomas Collignon


--
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
jenkinsci-users+unsubscr...@googlegroups.com<mailto:jenkinsci-users+unsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/groups/opt_out.



--
Marc MacIntyre
--
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to 
jenkinsci-users+unsubscr...@googlegroups.com<mailto:jenkinsci-users+unsubscr...@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to