We are using jenkins pipeline job to download a folder from Artifactory. Is there a way to speed it up? To pass somehow number of nproc
that can be used? Something like in a jfrog cli?
jfrog cli:
jfrog rt dl --threads=`nproc`....
How can we pass the same in Jenkins declarative pipeline job?
In Jfrog documentation - no mentioning for that :(