I did sparse checkout through Jenkins. I can see module which I had specified is checkout. Now I want to checkout some other file from remote which is not earlier checkout by jenkins using below command:
git checkout dbo.tmp_ptr1307_exclude_client_ToBePurged.sql which give me error as "did not match any file(s) known to git"
I tried passing sh key as well like: it checkout be4055c069ce9b9abd3baf727cfc65319f6c1dd0 dbo.tmp_ptr1307_exclude_client_ToBePurged.sql give me same error.