What's the fastest/most efficient or commonly used method to download an archived/compressed version 100+ GB repo directory for a build in jenkins pipeline.
I'm a beginner and I only know that it's possible to curl via ?archiveType=zip as in Download artifacts archive from Artifactory?
Or is it already a proper way to do it?