It works ! Thank you a lot !
De : [email protected] [mailto:[email protected]] De la part de Marc MacIntyre Envoyé : jeudi 27 mars 2014 12:30 À : [email protected] 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 <[email protected]<mailto:[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]<mailto:[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]<mailto:[email protected]>. 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
