|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Using git-client-plugin 1.6.2 and git-plugin 2.0.1, I can consistently wipe the workspace on Windows 7, Windows 8.1, Windows Home Server 2011 so long as I use the default Git implementation (which is the command line).
If I switch to using JGit as the implementation, the job fails because the pack file is still busy. That's the condition described by
JENKINS-19994and JENKINS-18843.Can anyone else describe conditions where the command line git implementation shows this problem on any platform?