|
||||||||
|
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/d/optout.

Jesse: I've seen it too many times when my Jenkins master was still on Windows that I ended up with two partial build dirs. This is how Jenkins deals with it, and my Gradle scripts running on Windows need to do things like if(!f.deleteDir()&&!f.deleteDir()&&!f.deleteDir())throw.... Notably, a similar hack is missing in Job.java for renaming the builds directory, and it tries only once before throwing.
Jakub: Is your Jenkins home on an NFS share?