On Wed, Jun 1, 2016 at 12:46 PM, Paul Allen <[email protected]> wrote: > The root directory of ‘src’ contains the ‘Jenkinsfile' and say for arguments > sake a game engine of 100K files (500 GB of space). > > Currently I end up syncing 500GB twice once in 'projA@script/' and again in > ‘projA/‘, that is rather expensive.
Ah. See JENKINS-33273. There is nothing you can do yet, as `workflow-multibranch` is not yet even trying to call `SCMFileSystem`. Once it does (which for testability reasons will have to involve implementing `SCMFileSystem` on at least one of the OSS SCMs), then it should suffice for `p4` to implement `SCMFileSystem` too. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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-dev/CANfRfr39_WKqp0_SzNk8w_Hg8SJTo3BsZyqJK4xkizFVM%2Baiaw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
