-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
Greetings-
I have Project A in which the param $foo exists. $foo is passed into the CopyArtifactPlugin at runtime, with a single Project Name and it copies the artifact fine from Project B.
However if I want to fire Project A with $foo populated with more than just a single upstream project, so I pass in ProjectNameB,ProjectNameC,ProjectNameD for $foo the job fails with the following error:
ERROR: Unable to find project for artifact copy: ProjectNameB,ProjectNameC,ProjectNameD. This may be due to incorrect project name or permission settings; see help for project name in job configuration. Finished: FAILURE