-
Bug
-
Resolution: Fixed
-
Major
-
Windows 7, Jenkins 1.606, most recent Java runtime x64, a lot of plugins
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)
- duplicates
-
JENKINS-27615 Stack trace displayed on build pages
- Open
- is related to
-
JENKINS-27754 Improve build loading robustness
- Open