Issue Type: Bug Bug
Assignee: Unassigned
Components: copyartifact
Created: 26/Mar/13 3:04 PM
Environment: since version 1.26 copyartifact does not expand variables in the parameter filter.

Previously I had such a setup:

job-name/os=$os,arch=$arch

where os and arch are either label expressions or environment variables of the nodes themselves (for non matrix jobs).
So each job copied the one correct artifact from the other matrix jobs.

with the latest update now the plugin does not properly handle this. The Parameter filter was created automatically like this:
os=$os,arch=$arch

but this has the effect that *all* artifacts of the parent matrix job are copied.
They also land in variable qualified subfolders instead of the top level so it breaks all of my jobs.
Project: Jenkins
Priority: Major Major
Reporter: Julian Taylor
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to