Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
None
Description
In GitSCM.getSubmoduleRepository, the Git plugin opens .gitmodules through a BufferedReader, but never closes the BufferedReader.
In Windows a file can't be modified by anything else while it's open, which means checkouts fail when .gitmodules changes between the old commit and the new commit. Hudson must be restarted to be able to change .gitmodules again.
The fix seems pretty straight forward.
Integrated in
plugins_hudson-git-plugin #29
JENKINS-7659Closing .gitmodules BufferedReader nowAndrew Bayer :
Files :