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 > > happening with this. The Workspace_Dir has these many > > directories now. > > > > trunk%2FPlatform > > trunk%2FPlatform@tmp > > trunk%2FPlatform@2 > > trunk%2FPlatform@2@tmp > > trunk%2FPlatform@3 > > trunk%2FPlatform@3@tmp > > trunk%2FPlatform@4 > > trunk%2FPlatform@4@tmp > > and so on... > > This standard behaviour if jobs run in parallel.
Does the official documentation tell about it, or is it considred an internal part of the implementation? Ven H: > Can you please advise on how to stop / control this > behavior? Try limiting the number of executors to unity. -- 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/20200820162541.e1737ad14f672cc5e2e656b5%40gmail.com.
