Jenkins 1.597 changes the on-disk layout of build records. Before, it used timestamps, now it's build numbers. See:
https://issues.jenkins-ci.org/browse/JENKINS-24380 https://wiki.jenkins-ci.org/display/JENKINS/JENKINS-24380+Migration Some plugins rely on the previous behavior. Fixes have been provided, but some plugins have not yet been released with them, notably Disk Usage Plugin. https://issues.jenkins-ci.org/browse/JENKINS-26496 If you're using Disk Usage plugin, install a build with the PR 26 (below) applied, disable the plugin (which will be a mess wrt unloadable data in Old Data Monitor), or hold off upgrading Jenkins until a new plugin release is available. https://github.com/jenkinsci/disk-usage-plugin/pull/26 -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/8A597F84-3CB8-477C-900C-8B02D42BC0ED%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
