-
Bug
-
Resolution: Fixed
-
Major
-
Firefox 24.0
Jenkins 1.509.3
Radiator View plugin 1.14, 1.15, 1.16
Claim plugin 2.2
Problem was introduced in Radiator View plugin version 1.14. Version 1.13 works fine.
I use option "Show as Projects?". Radiator view is drawn correctly until an exception is thrown for a group of projects where at least one project does not have any builds.
Steps to reproduce:
- Create a radiator view and configure project grouping by selecting "Show as Projects?" and include all projects.
- Create a project with unique prefix "foo-x" (foo is the prefix here).
- Browse to radiator view.
- Attached dump should be written to jenkins log.
[JENKINS-20129] Radiator View plugin throws NullPointerException at ClaimWrapper.getClaimForRun(ClaimWrapper.java:39)
Assignee | Original: howama [ howama ] | New: David Resnick [ david_resnick ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Workflow | Original: JNJira [ 151651 ] | New: JNJira + In-Review [ 194027 ] |
Code changed in jenkins
User: David Resnick
Path:
src/main/java/hudson/model/JobViewEntry.java
http://jenkins-ci.org/commit/radiatorview-plugin/0c2e61f9fa56ce403a0be1f3f40511c92dc73fbe
Log:
Fix NPE for unbuilt jobs when claim plugin is installed.
[FIXED JENKINS-20129]