I have an on-prem GitLab with a huge repository with many folders.
I'm trying to create a freestyle Jenkins job that would only retrieve the folder from the repository. (I have a read-permitted API token)
With Jenkins or a bash script, is it possible to retrieve only a specific folder from an on-prem GitLab installation?
I've tried many things from online suggestions but nothing worked.
Thanks ahead!