Mark Waite commented on Bug JENKINS-21369

Since your problem directory is the "target" directory, I suspect that one or more programs are holding that directory, or a file in that directory open. Windows will not allow a file to be removed which is open by any process. Windows will not allow a directory to be removed which includes any open file.

One simple technique to test the theory is to stop the slave agent and restart it.

Another simple technique is to restart the slave computer.

The Windows file removal poliicy is much more challenging than the Unix file removal policy, so another alternative is to prefer Unix based build machines instead of Windows machines.

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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to