Copy files from remote Jenkins workspace -


im trying create cross-compilation job, build code both windows & linux. have set windows & linux jenkins nodes, , configured 2 jobs, 1 'windows' label run on windows machine , other 'linux' label run on linux machine. installed multijob plugin, , wrapped both jobs run in parallel when both finishes successfully, want copy generated files , operations on them in other words want copy files both jobs remote workspaces further operations can suggest way how it?

  • add files artifacts in child job (using "archive artifacts" post-build step)
  • in parent job add build step "copy artifacts project", put child job name , choose "build triggered current multijob build" in field "which build"

Comments

Popular posts from this blog

asp.net - How to correctly use QUERY_STRING in ISAPI rewrite? -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

arrays - Algorithm to find ideal starting spot in a circle -