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

On reverting to Jenkins 1.574, the jobs which previously experienced this issue are once again showing build records. So this appears it may be a regression in 1.575.
Possibly relevant: We are using a separate build record root directory, on a NFS server.
Jenkins is configured to use it as follows:
Workspace Root Directory: /foo/jenkinsworkspace/${ITEM_FULLNAME}
This is a local directory
Build Record Root Directory: /foo/jenkinsarchive/${ITEM_FULLNAME}/builds
where /foo/jenkinsarchive is a symlink to a NFS server directory. So the Build Record Root directory is actually on our NFS server.