How to share artifacts between nodes?

Hi,
I’m running an Arm processor Jenkins node. The job on this node generates output files, which need to be compared to referent output files. However, referent files can’t be generated on Arm node (no Matlab), only a single x86 Jenkins node is able to generate those.

How would my Arm node work together with Matlab-node to be able to get the referent files? Can the files somehow be easily shared?

Thanks, Danijel

If the files aren’t too large, you could use a stash step to send them from the Matlab node to the Jenkins controller, and then unstash to retrieve them from the Jenkins controller to the Arm node.