On Thu, May 11, 2017 at 7:32 AM Ewgenij Gawrilow < [email protected]> wrote:
> Hello, > > In a "classic" freestyle project, one can easily browse the workspace, > download it as an archive, or wipe it out with a mouse click. > > However, in a multi-branch pipeline project defined by a Jenkinsfile from > SCM I've concocted recently, I don't see the "Workspace" menu item > anywhere, neither on the per-branch status page nor on the single build > pages. Is it principally impossible to access the workspace from WebUI in > such projects, or is it switched off by default and can be enabled by some > advanced configuration variable, or is any additional plugin needed? > I believe that a workspace in the context of a freestyle job or a multi-configuration job is specific to a single node, while a pipeline build may have many workspaces, since it can include multiple nodes and multiple tasks. For example, I constructed a pipeline job which runs tasks on Windows and on Linux from that single pipeline job. I don't think it would know which of the workspaces to show, whether the original workspace which contains the Jenkinsfile, or the Windows workspace, or the Linux workspace. Mark Waite > Thanks a lot in advance for any advice! > > -- Ewgenij > > -- > 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/6b2d7728-50af-4b15-97bd-8ef04a1f8d2f%40googlegroups.com > <https://groups.google.com/d/msgid/jenkinsci-users/6b2d7728-50af-4b15-97bd-8ef04a1f8d2f%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/CAO49JtEsnBAeU4DAEmo3Vo11%3Ds00e4m-DHMYPYsMcervsQCuTA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
