I have a large repo and I need to get some folders from it. So, this folders should be downloaded to different directories.
Now I'm using Sparse Checkout paths for downloading specific folders, but I can't place every downloaded folder to a sub-directory.
For example, I've got:
repo/foo/somethingfoo1/stuffclient/
I need to place repo/foo/ to src/ and repo/foo1/ to cpp/stuff in Jenkins.
How could I do that?
Many thanks!