Re: Accessing workspace from WebUI in a multi-branch pipeline project

2017-05-11 Thread Ewgenij Gawrilow
Yes, this makes sense. There is indeed a workspace link in the node allocation step page. Actually, in my case the whole pipeline runs on a single node in the same workspace, with several stages executed in different Docker containers. So it would be nice to smuggle a "shortcut link" to the w

RE: Accessing workspace from WebUI in a multi-branch pipeline project

2017-05-11 Thread Daniel Butler
Hello, If you have a look in the Pipeline Steps each instance of “Allocate Node : Start” will have a link to the workspace used for that node block. Cheers, Daniel. From: Ewgenij Gawrilow Sent: 11 May 2017 14:32 To: Jenkins Users Subject: Accessing workspace from WebUI in a multi-branch pipeli

Re: Accessing workspace from WebUI in a multi-branch pipeline project

2017-05-11 Thread 'Björn Pedersen' via Jenkins Users
Hi, if you have take a look at the pipeline steps (left menu on a job), then you will find the workspace links on each node and ws step there. As Mark correctly mentionend, there will be a workspace for each of these steps. Björn -- You received this message because you are subscribed

Re: Accessing workspace from WebUI in a multi-branch pipeline project

2017-05-11 Thread Mark Waite
On Thu, May 11, 2017 at 7:32 AM Ewgenij Gawrilow < ewgenij.gawri...@o2online.de> 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 J