On 22.12.2015, at 22:58, Steve K <[email protected]> wrote:
> For future reference, what did you see that pointed you to the "Disk Usage" > plugin as the culprit? The most relevant lines of a Java stack trace are typically the last one starting with "Caused by" and the one (or few) below that. In this case: > Caused by: java.lang.NoSuchMethodError: > hudson.model.Run.getIDFormatter()Ljava/text/DateFormat; > at > hudson.plugins.disk_usage.ProjectDiskUsageAction.getBuildsDiskUsage(ProjectDiskUsageAction.java:235) And seeing that, I remembered that Disk Usage plugin was updated to handle a change in Jenkins 1.597: 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/3779963E-6205-4538-91BC-2F29C8B710FF%40beckweb.net. For more options, visit https://groups.google.com/d/optout.
