jenkins - Hudson: Copy artifact from master to slave fails -
is possible use 'copy artifact' plugin copy artifact job ran on master downstream job runs on slave node?
i'm getting error on slave says: hudson.util.ioexception2: hudson.util.ioexception2: failed extract /srv/hudson/jobs/myproject/builds/2011-04-29_10-28-54/archive/myartifact.foo
obviously path not valid, points artifact folder on master.
am missing or not possible?
yes, possible. can use copy artifact plugin copy artifact slave.
for first test recommend
- set job 1 'copy artifacts project' step
- set 'project name' job artifact
- set 'which build' 'last successful build' (ensure there one)
- keep 'artifacts copy' , 'target directory' empty copy artifacts slave workspace directory
Comments
Post a Comment