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: [email protected] [mailto:[email protected]] On Behalf Of lfast Sent: Wednesday, May 22, 2013 1:40 AM To: [email protected] 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 [email protected]<mailto:[email protected]>. 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
