Issue Type: Bug Bug
Assignee: Unassigned
Attachments: jenkins.err.log
Components: core
Created: 05/Apr/15 11:02 PM
Description:

Between two task runs after changing some config, all history of this task isn't shown on the left pane under the task commands (Build, Configure, ...).
The links like "view console output of the latest build" are still working, since the builds folder of this task is still existing with (full history).

When I was browsing through the jenkins log, I found the following exception, pointing to an error while executing "LazyLoadRunMap" (see below).

This bug is a showstopper for my project, since nobody want to use the newly setup build server.

This could be the same reason for my missing build history on view level. Some view still have their history, some don't.

Apr 06, 2015 12:25:58 AM hudson.ExpressionFactory2$JexlExpression evaluate
WARNING: Caught exception evaluating: it.resolve(job) in /job/Project_Pack_Data/. Reason: java.lang.ClassCastException: java.lang.Integer cannot be cast to hudson.model.Action
java.lang.ClassCastException: java.lang.Integer cannot be cast to hudson.model.Action
at hudson.model.Run.onLoad(Run.java:348)
at hudson.model.RunMap.retrieve(RunMap.java:223)
at hudson.model.RunMap.retrieve(RunMap.java:57)
at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:465)
at jenkins.model.lazy.AbstractLazyLoadRunMap.load(AbstractLazyLoadRunMap.java:448)
at jenkins.model.lazy.AbstractLazyLoadRunMap.getByNumber(AbstractLazyLoadRunMap.java:356)
at jenkins.model.lazy.LazyBuildMixIn.getBuildByNumber(LazyBuildMixIn.java:226)

Environment: Windows 7, Jenkins 1.606, most recent Java runtime x64, a lot of plugins
Project: Jenkins
Labels: history task run
Priority: Major Major
Reporter: Kevin Zellner
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.

Reply via email to