In my company we're having a bad time trying to download with the Artifactoy plugin in Jenkins because we have a lot of tiny files in our repository and apparently the plugin works in a single thread, so it takes a REALLY long time.
We tested the JFrog CLI where we can set the number of threads for the download and that actually works great. Still, we really need to use the original plugin.
Is there any workaround for this?
Maybe it has something to do with the Artifactory server configuration?
Thanks!