How You Can Use Git Reference Repository to Reduce Jenkins’ Disk Space
Multibranch pipelines, which often include many git branches, may result in the checkout of the very same “.git” directory on the File System. To avoid this duplication, you can configure the [...]