I am facing issue in checkout of bitbucket branch through Jenkins to a sub-directory placed on jenkins server. when i am going to checkout the branch using jenkins. it is expected to checkout only the modified files of branch repository to sub-directory, it not only changes the timestamp of modified files but also changes the timestamps of those files that are unchanged in last commit using git. it is supposed to change the timestamp of only modified files.
please help me in this regards.