-
Bug
-
Resolution: Fixed
-
Major
Observed using terminal and trying to click on the interactiveTerminal link for a completed build prior to refreshing its page:
java.lang.NullPointerException hudson.model.Run.getDynamic(Run.java:2123)
Observed using terminal and trying to click on the interactiveTerminal link for a completed build prior to refreshing its page:
java.lang.NullPointerException hudson.model.Run.getDynamic(Run.java:2123)
Code changed in jenkins
User: Jesse Glick
Path:
changelog.html
core/src/main/java/hudson/model/Run.java
test/src/test/java/hudson/model/RunTest.java
http://jenkins-ci.org/commit/jenkins/8c53e2f39464c5f0909bc195d05b79d9c24df384
Log:
[FIXED JENKINS-17935] NPE from Run.getDynamic when a transient build action is invisible.
Amends lvotypko’s 33e0df7 to be as careful as bdff425 + f65da7f + 10e9b00 for persistent actions.