The Jenkins documentation for the stash pipeline step <https://jenkins.io/doc/pipeline/steps/workflow-basic-steps/#stash-stash-some-files-to-be-used-later-in-the-build> says that it's only to be used for "small files", with no explanation why.
Specifically, how is stash bad for large, i.e. not small files? How should we define "not small"? What's the deal, is it just a slow transfer, or is it buggy?? Just curious why I shouldn't stash a 150MB file on a master so I can unstash it from a slave agent in a subsequent stage. Seems much simpler than using External Workspace Manager which is what they recommend for everything but "small files". -- 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+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/7a5c2a40-7853-4b5a-aaa8-f9ac5ca94485%40googlegroups.com.