RE: Get all Jenkins Jobs name in Build Flow Plugin

2014-03-27 Thread COLLIGNON, Thomas
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 
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.


Re: Get all Jenkins Jobs name in Build Flow Plugin

2014-03-27 Thread Marc MacIntyre
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 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.
> 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.
For more options, visit https://groups.google.com/d/optout.


RE: Get all Jenkins Jobs name in Build Flow Plugin

2014-03-27 Thread COLLIGNON, Thomas
Hello again,

If anyone have a solution for this? Or more documentation ?

Thanks a lot

De : jenkinsci-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] 
De la part de COLLIGNON, Thomas
Envoyé : jeudi 6 mars 2014 09:40
À : 'jenkinsci-users@googlegroups.com'
Objet : Get all Jenkins Jobs name in Build Flow Plugin

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.
For more options, visit https://groups.google.com/groups/opt_out.

-- 
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.