Re: Build Flow Plugin and artifacts management in the DSL

2013-09-16 Thread Emmanuel Boudrant
Thanks, I will try ! -emmanuel On Monday, September 16, 2013 6:04:02 AM UTC-7, Emmanuel Boudrant wrote: > > Hello, > > We've checked the Build Flow Plugin for parallel execution, is is possible > to manage the artifact in the plugin. > > Example : > > parallel

Re: Build Flow Plugin and artifacts management in the DSL

2013-09-16 Thread Emmanuel Boudrant
, 2013 6:09:06 AM UTC-7, rginga wrote: > > The Copy Artifact Plugin will allow your “deploy” job to copy artifacts > from your other jobs and put them in the deploy workspace. > > > > *From:* jenkins...@googlegroups.com [mailto: > jenkins...@googlegroups.com ] *On Behalf

Build Flow Plugin and artifacts management in the DSL

2013-09-16 Thread Emmanuel Boudrant
Hello, We've checked the Build Flow Plugin for parallel execution, is is possible to manage the artifact in the plugin. Example : parallel ( // Each job is going to produce one artifact{ build("job1") }, { build("job2") }, ... { build("jobN") } ) // deploy need access t