Is it possible to use the 'copy artifact' plugin to copy an artifact from a job that ran on master to a downstream job that runs on a slave node?
I'm getting an error on the slave that says: hudson.util.IOException2: hudson.util.IOException2: Failed to extract /srv/hudson/jobs/myproject/builds/2011-04-29_10-28-54/archive/myartifact.foo
Obviously that path is not valid, as it points to the artifact folder on master.
Am I missing something or is this just not possible?
Yes, it is possible. You can use the Copy Artifact Plugin to copy any artifact to the slave.
For a first test I recommend to