Is there an equivalent of stasing and unstashing known from Jenkins?
It allows for easy transfer of files between stages (through master node):
e.g. one stage can write stash includes: ‘files/*’, name: ‘binary’
and second stage can write:
unstash binary
and all files in files
directory would magically reappear