0
votes

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?

1
Which type of package (Maven , pypi, yum, nuget , npm, bower) did you publish your repo as? - yong
Hey, thanks for reply and sorry for late answer. It was posted as a generic package type. - Ambu

1 Answers

0
votes

Jenkins Artifactory plugin splits the downloaded files and download each part concurrently.