Right, the solution to this problem is not to share the workspace, but instead to archive the important artifacts from each job (onto the Jenkins master) and then configure downstream jobs to retrieve them. This is a far more reliable solution as well, as it allows job to be re-run, and for jobs to run in parallel without fear of corrupting the workspace.
----- Original Message ----- From: jenkinsci-users@googlegroups.com To: jenkinsci-users@googlegroups.com At: Jan 8 2014 08:25:57 For this then you should be able to use the Copy artifact plugin. From: "Liora Milbaum" <li...@lmb.co.il> To: jenkinsci-users@googlegroups.com Sent: Wednesday, January 8, 2014 1:01:17 AM Subject: Re: shared workspace Thanks for the input. The symbolic link option is not available as some of my build servers are Windows XP. The reason I need a shared workspace is for sharing build artifacts, like dlls (generated by multiple jobs on multiple slaves). Are there other options implementing such a build schema? Liora On Tuesday, January 7, 2014 1:00:35 PM UTC+2, Liora Milbaum wrote: I am using Jenkins on Windows. Trying to implement a MultiJob project which executes on few nodes. How can I share the same workspace for all jobs in the MultiJob Project? Thanks, Liora -- 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 jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- 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 jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out. -- 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 jenkinsci-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.