Re: How to make copy artifact plugin copy multiple artifact from jobs dynamically

2015-03-17 Thread Maciej Jaros
2015-03-17 o 04:44, Bala murugan: So I have 21 different jobs which runs seperately for each git repo and archives the artifact. And i have a job which deploys to a integration environment. in this job, i want to have these 21 jobs as choices , and i can select what jobs i need to copy each

RE: How to make copy artifact plugin copy multiple artifact from jobs dynamically

2015-03-17 Thread Matthew.Webber
Indeed, I see you're correct - when you specify Which Build, there is an option Copy from WORKSPACE of latest completed build. As you say, of dubious merit, but doable. -Original Message- The copy artifact does _not_ copy from the workspace Actually, it does. Weird and basically

RE: How to make copy artifact plugin copy multiple artifact from jobs dynamically

2015-03-17 Thread Ginga, Dick
: Monday, March 16, 2015 11:45 PM To: jenkinsci-users@googlegroups.com Subject: Re: How to make copy artifact plugin copy multiple artifact from jobs dynamically So I have 21 different jobs which runs seperately for each git repo and archives the artifact. And i have a job which deploys

RE: How to make copy artifact plugin copy multiple artifact from jobs dynamically

2015-03-17 Thread Ginga, Dick
-users@googlegroups.com [mailto:jenkinsci-users@googlegroups.com] On Behalf Of Bala murugan Sent: Tuesday, March 17, 2015 10:35 AM To: jenkinsci-users@googlegroups.com Subject: Re: How to make copy artifact plugin copy multiple artifact from jobs dynamically @rginga Are u selecting mutiple choices

Re: How to make copy artifact plugin copy multiple artifact from jobs dynamically

2015-03-17 Thread Bala murugan
*To:* jenkins...@googlegroups.com javascript: *Subject:* Re: How to make copy artifact plugin copy multiple artifact from jobs dynamically So I have 21 different jobs which runs seperately for each git repo and archives the artifact. And i have a job which deploys to a integration

Re: How to make copy artifact plugin copy multiple artifact from jobs dynamically

2015-03-16 Thread Bala murugan
Hi all, Yes i can add multiple copy_artifacts steps.. But for me, the number of artifacts i need to copy changes everytime, I am thinking a way to avoid changing the job to add and delete the copy_artifacts steps everytime. Is there a way to do it? Cheers Bala On Monday, 16 March 2015

Re: How to make copy artifact plugin copy multiple artifact from jobs dynamically

2015-03-16 Thread Richard Bywater
What drives the number of artifacts that need copying? (That is, how is the job going to work out the artifacts that are required to be copied) Richard On Tue, Mar 17, 2015 at 3:03 PM, Bala murugan saytob...@gmail.com wrote: Hi all, Yes i can add multiple copy_artifacts steps.. But for me,

Re: How to make copy artifact plugin copy multiple artifact from jobs dynamically

2015-03-16 Thread Bala murugan
So I have 21 different jobs which runs seperately for each git repo and archives the artifact. And i have a job which deploys to a integration environment. in this job, i want to have these 21 jobs as choices , and i can select what jobs i need to copy each time when i trigger this job,, the

Re: How to make copy artifact plugin copy multiple artifact from jobs dynamically

2015-03-16 Thread Bala murugan
Hi Daniel, Yes i can add multiple copy_artifacts steps.. But for me, the number of artifacts i need to copy changes everytime, I am thinking a way to avoid changing the job to add and delete the copy_artifacts steps everytime. Is there a way to do it? Cheers Bala On Monday, 16 March 2015

Re: How to make copy artifact plugin copy multiple artifact from jobs dynamically

2015-03-16 Thread Daniel Beck
On 16.03.2015, at 11:52, matthew.web...@diamond.ac.uk wrote: The copy artifact does _not_ copy from the workspace Actually, it does. Weird and basically a worst practice IMO, but it exists. -- You received this message because you are subscribed to the Google Groups Jenkins Users group. To

RE: How to make copy artifact plugin copy multiple artifact from jobs dynamically

2015-03-16 Thread Matthew.Webber
The copy artifact does _not_ copy from the workspace, it only copies the artifacts that Jenkins saves. You can copy saved artifacts from as many different jobs as you want – you just need multiple “copy artifacts” steps. From: jenkinsci-users@googlegroups.com