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 <[email protected]>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 [email protected]. > 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
