I presented a 10-15 minute section called "Git in the Large - Hints for
Large Git Repos" at https://youtu.be/jBGFjFc6Jf8?t=6432 . A slightly older
version on a similar theme is available at
https://youtu.be/TsWkZLLU-s4?t=139 .
Slides from the second talk are available at
https://jenkins.io/files/
Jenkins scripted pipeline
Git repo 2.6G
Each job wants to git clone the latest commit
#Jobs x GitRepo = many GB disk space.
Do you have any hints of how to reduce the disk space usage, i.e. any hints
how to deal with large git repors by many jobs ?
--
You received this message because you ar