Issue Type: Bug Bug
Assignee: Jesse Glick
Components: copyartifact-plugin, workflow-plugin
Created: 29/Jan/15 5:54 PM
Description:

If I use the CopyArtifact plugin with a workflow step(), it correctly pulls the latest successful build's artifacts when pointed to a project of type Workflow.

However, if I specify parameters for that same project, it will always throw an AbortException saying no build with those parameters could be found, regardless of what I entered in.

If I change the CopyArtifact to point to a freestyle project, the parameters correctly work as intended, pulling in most recent build that had those parameters.

Since the CopyArtifact is behaving as it should, I'm assuming there's a flaw in how the Workflow plugin is exposing its build Parameters.

Sample code:

step ([$class: 'CopyArtifact',
       projectName: 'Test Run Composer',
       target: 'composer_run',
       parameters: "PRODUCT=test,BRANCH_NAME=$branch_name"
      ]);
Environment: Jenkins 1.598 on Linux
Workflow:Aggregator plugin 1.2
CopyArtifact plugin: 1.34
Project: Jenkins
Labels: workflow-plugin copyartifact
Priority: Minor Minor
Reporter: James VL
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to