Discussion:
How copy artifacts between nodes without stash / unstash?
Viacheslav Dubrovskyi
2018-10-24 10:45:08 UTC
Permalink
Hi,

I use pipeline on high load project with a lot of parallelization. We
use more then ~400 nodes. And use stash / unstash makes very high load
on master (IO, CPU, network) and prevent scaling.

So, my question: what is the best way for copy artifacts between nodes?

Yes, I know how to use scp, sftp etc. I'm looking for more native tools.
For example, specify the name of the node for the source of artifacts
and get them from there.

Thank you.
--
WBD,
Viacheslav Dubrovskyi
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/f7ecfdb3-c1af-ed7d-b8e0-17848adf0172%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
Bálint Szigeti
2018-10-24 13:30:13 UTC
Permalink
there is an artifact copy plugin. I haven't used it, so I don't know
more about it.
Post by Viacheslav Dubrovskyi
Hi,
I use pipeline on high load project with a lot of parallelization. We
use more then ~400 nodes. And use stash / unstash makes very high load
on master (IO, CPU, network) and prevent scaling.
So, my question: what is the best way for copy artifacts between nodes?
Yes, I know how to use scp, sftp etc. I'm looking for more native
tools. For example, specify the name of the node for the source of
artifacts and get them from there.
Thank you.
--
You received this message because you are subscribed to the Google Groups "Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-users+***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/5e14e321-4097-2dd7-39f4-b7bd0646e8ce%40gmail.com.
For more options, visit https://groups.google.com/d/optout.
Loading...