A
A
a000_000a2018-08-09 11:08:24
Jenkins
a000_000a, 2018-08-09 11:08:24

How to transfer files (tar archive) from a Jenkins slave node to a specific Jenkins node?

There are several Jenkins nodes. It is necessary to transfer an archive from one node to another using pipeline on Groovy + sh
How to transfer files (tar archive) from a Jenkins slave node to a specific Jenkins node?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dmitry Shitskov, 2018-08-09
@Zarom

The easiest way is to use Stash . However, for some reason, it is not recommended to transfer large files in this way.
A more correct option would be to use SSH /
Or use some intermediate storage, such as Maven ...
Well, or through archiving artifacts.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question