|
||||||||
|
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.

I created a small ant based freestyle project using git as the source control system and copied it eight times, assigning all the jobs to execute on a single Windows machine with three executors. I configured a hook in the git repository to start a poll when a submission arrives. Then I made multiple submissions at varying time intervals to that repository and watched as the jobs queued, executed, and completed successfully.
I did not see any hangs.
The git repository was small (a build.xml that compiles a Java source file and a Java test file, then executes the test with the ant junit task).
Do you see the problem with small git repositories as well as with your production git repo?
Is the issue visible only on a specific Windows version?
Are there any other processes running (virus scanners, etc.) which might only show the problem on your machine?