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

Me too, the only difference seems to be that I was trying to use the Relevant to Current User filter.
I'm not a Java developer. But I noticed this in the server log (below). It makes me wonder if all of us with this problem have non-default settings for Build Record Root Directory in system configuration. I changed this setting to put all the saved build data onto a big network share.
Caused by: java.lang.ClassCastException: hudson.views.BuildFilterColumn$JobWrapper cannot be cast to hudson.model.TopLevelItem
at jenkins.model.Jenkins.getRootDirFor(Jenkins.java:308)
at hudson.model.AbstractItem.getRootDir(AbstractItem.java:165)
at jenkins.model.Jenkins.expandVariablesForDirectory(Jenkins.java:1952)
at jenkins.model.Jenkins.getBuildDirFor(Jenkins.java:1948)
at hudson.model.Job.getBuildDir(Job.java:796)
at jenkins.model.PeepholePermalink.getPermalinkFile(PeepholePermalink.java:78)
at jenkins.model.PeepholePermalink.resolve(PeepholePermalink.java:86)
at hudson.model.Job.getLastSuccessfulBuild(Job.java:854)
Plugin version 1.26, Jenkins version 1.565.3