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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -