The "stash" step stores files from a workspace. The "unstash" step retrieves previously stored stashes.
Mark Waite On Fri, Dec 22, 2017 at 5:16 PM red 888 <[email protected]> wrote: > My parallel steps need access to a local file in the workspace of the job. > But it seems they can access it? > > I tried listing the workspace in each stream: > > > powershell "ls ${workspace}" > > > they are all empty! Each stream has its own workspace and the output of > each stream ls C:\workspace\branch_name@<stream#> shows no files. > > How they get access to the main workspace? they're pretty much useless to > me if they can't even access local files. > > > I understand this could create a race condition, is there at least a > feature to copy files from the main workspace to the stream workspaces? > > -- > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/jenkinsci-users/6ecc868e-4493-4056-9938-152b45b79f8d%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/6ecc868e-4493-4056-9938-152b45b79f8d%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CAO49JtHA5fUhyPF11hOdAn2zeLzcKNuCpExF3oQmLPGVeMxFJA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
