[ https://issues.jenkins-ci.org/browse/JENKINS-8657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Josh Davidson resolved JENKINS-8657. ------------------------------------ Resolution: Fixed My syntax was indeed incorrect. The following comments: https://issues.jenkins-ci.org/browse/JENKINS-8657?focusedCommentId=145502&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-145502 seems to indicate that the parameters need to be separated by ampersands. It turns out it's commas (as stated in the help). > copy artifacts from last stable build of a parameterized job, by parameter > -------------------------------------------------------------------------- > > Key: JENKINS-8657 > URL: https://issues.jenkins-ci.org/browse/JENKINS-8657 > Project: Jenkins > Issue Type: New Feature > Components: copyartifact > Affects Versions: current > Reporter: evilchili > Assignee: Alan Harder > > I'd like to be able to copy artifacts from the last stable build of a job > that was run with a given set of parameters. That is, for JOB1 with > parameters PARAM1 and PARAM2, I'd like to be able to tell JOB2 to copy > artifacts from the last build of JOB1 that had PARAM1=Bob,PARAM2=Alice. The > existing syntax for specifying matrix jobs might be reusable, thus: > Project Name: JOB1/PARAM1=Bob,PARAM2=Alice > Bonus points for parameter expansion, so that JOB2's parameters could be used > to make the selection: > Project Name: JOB1/PARAM1=$THISPARAM,PARAM2=$THATPARAM -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira