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 problem for me is if i have extended choice parameter i cannot use that value to pass to the copy_artifact plugin. Does it make sense of what i am trying to achieve? Cheers On Tuesday, 17 March 2015 10:13:57 UTC+8, Richard Bywater wrote: > > 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 <[email protected] > <javascript:>> wrote: > >> >> 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 11:17:53 UTC+8, Bala murugan wrote: >>> >>> Hi All, >>> >>> In jenkins, >>> I have a situation, where i need to copy artifacts from multiple jobs >>> and each time the number of jobs changes. Is there a way to use copy >>> artifact plugin to copy from multiple workspaces which can be >>> configurable..? >>> >>> Appreciate your help. >>> >>> Thanks >>> Bala >>> >> -- >> 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] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jenkinsci-users/b52cfa21-9fe7-4c71-b677-738e382d34c3%40googlegroups.com >> >> <https://groups.google.com/d/msgid/jenkinsci-users/b52cfa21-9fe7-4c71-b677-738e382d34c3%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> >> 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/f1a6015e-c748-48a0-b188-2b123c09fd50%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
