Re: Multibranch Pipeline job creating multiple Checkout Directories in Workspace

2020-08-20 Thread Anton Shepelev
Bjorn Pedersen to Ven H: > > I have a Multibranch Pipeline job setup for SVN. In > > Trunk, I have a directory called Platform which has a > > Jenkins file. The workspace structure is something like > > Drive\Workspace_Dir\trunk%2FPlatform. > > > > After a few builds, I can see some strange things

Re: Multibranch Pipeline job creating multiple Checkout Directories in Workspace

2020-08-20 Thread Ven H
Thanks a lot. Can you please advise on how to stop / control this behavior? Regards, Venkatesh On Thu, Aug 20, 2020 at 3:34 PM 'Björn Pedersen' via Jenkins Users < jenkinsci-users@googlegroups.com> wrote: > This standard behaviour if jobs run in parallel. The first run uses: > trunk%2FPlatform

Re: Multibranch Pipeline job creating multiple Checkout Directories in Workspace

2020-08-20 Thread 'Björn Pedersen' via Jenkins Users
This standard behaviour if jobs run in parallel. The first run uses: trunk%2FPlatform => the workdir for the job trunk%2FPlatform@tmp => the checkout for the Jenkinsfile to set up the job. the @n dirs are created for further parallel runs. Björn > -- You received this message because you are

Multibranch Pipeline job creating multiple Checkout Directories in Workspace

2020-08-19 Thread Ven H
Hi, I have a Multibranch Pipeline job setup for SVN. In Trunk, I have a directory called Platform which has a Jenkins file. The workspace structure is something like Drive\Workspace_Dir\trunk%2FPlatform. After a few builds, I can see some strange things happening with this. The Workspace_Dir has