|
||||||||
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.
In my experience this issue occurs whenever Jenkins restarts, shuts down, or crashes while builds are running: The folder is created to hold the build log etc., but the build.xml file describing the build is (usually) only created once a build is finished. So any of these folders are likely the result of a sudden shutdown of Jenkins and their status as warning appropriate.
The simple workaround is to throw away these incomplete folders Jenkins complains about until there are no more warnings left.
Maybe the out-of-order build monitor could be extended to allow cleanup of incomplete build dirs.