Trying to use the git sparse
checkout in jenkins. But this thing doesn't seem to like the ways which i am trying use to get a sub-directory with space in the name.
E.g. i am trying to get the folder:
/foo/bar baz/folder/desired_folder
I have already tried like so with no luck:
"/foo/bar baz/folder/desired_folder"
/foo/bar\ baz/folder/desired_folder
The same nature is seen while using the git bash to verify the sparse checkout. Is there a way to escape the space. Else i have to rename the folders and checkin again