Re: How would you use a List to invoke a job multiple times?

2013-05-22 Thread lfast
Thanks Rob,
"Dynamic Axis" is the bit that I was missing.
Cheers,
Larry Fast

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




RE: How would you use a List to invoke a job multiple times?

2013-05-22 Thread Mandeville, Rob
If you can do them in parallel, then you want a matrix job.  Get the dynamic 
axis plugin.  Make a single job that generates the list of values, and then 
calls the matrix job with that list as a parameter.  In the matrix job, make 
that parameter the axis.

--Rob Mandeville

From: jenkinsci-users@googlegroups.com 
[mailto:jenkinsci-users@googlegroups.com] On Behalf Of lfast
Sent: Wednesday, May 22, 2013 1:40 AM
To: jenkinsci-users@googlegroups.com
Subject: How would you use a List to invoke a job multiple times?

I'm looking to take a dynamically generated list of values and run a job 
multiple times with each individual value.  Suggestions?
--
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.


The information in this message is for the intended recipient(s) only and may 
be the proprietary and/or confidential property of Litle & Co., LLC, and thus 
protected from disclosure. If you are not the intended recipient(s), or an 
employee or agent responsible for delivering this message to the intended 
recipient, you are hereby notified that any use, dissemination, distribution or 
copying of this communication is prohibited. If you have received this 
communication in error, please notify Litle & Co. immediately by replying to 
this message and then promptly deleting it and your reply permanently from your 
computer.

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




Re: How would you use a List to invoke a job multiple times?

2013-05-22 Thread ogondza
Can https://wiki.jenkins-ci.org/display/JENKINS/Building+a+matrix+project  
be used in your case?


--
oliver

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




How would you use a List to invoke a job multiple times?

2013-05-21 Thread lfast
I'm looking to take a dynamically generated list of values and run a job 
multiple times with each individual value.  Suggestions?

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