Hello, I have a Jenkins master that is set up share the same workspace for Perforce. This is primarily because the depot is more than 40GB in size and syncing this per job is prohibitive. The jobs are also set up to share a single Perforce client workspace where each job modifies the client view to sync on the files it needs.
The problem I am finding with this setup however is that each time a job runs the files that were previously synced are gone. As far as I can tell this is either happening because the job is cleaning up the workspace after the job is done or due to having another job switch the client view which causes the directories to be cleaned up. As you might imagine with such a large depot this is very problematic. A single job takes at least 15 minutes to sync each time when in reality it shouldn't take more than a few seconds. I have double checked all of my settings, everything pertaining to cleaning up workspaces is unchecked, force syncing disabled and so on. Does anyone know why this might be happening? Perhaps there is a better way to share the workspace for these jobs? Thanks in advance, Jean-Philippe Steinmetz -- 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]. For more options, visit https://groups.google.com/d/optout.
