Details
-
Bug
-
Status: Resolved (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
hudson 1.193-SNAPSHOT + radiator view 1.9
Description
The view does not show claim information for matrix build
Steps to reproduce:
1. Setup matrix job and add to radiator view
2. fail build.
3. Claim one of the configurations
Expected result:
The view showing the claim.
Actual result:
the view shows "not claimed"
Code changed in jenkins
User: David Resnick
Path:
src/main/java/hudson/model/IViewEntry.java
src/main/java/hudson/model/JobViewEntry.java
src/main/java/hudson/model/ProjectViewEntry.java
src/main/resources/hudson/model/RadiatorView/project.jelly
http://jenkins-ci.org/commit/radiatorview-plugin/bb5616cbf321fa956793ec41fe9afa58f26c32a6
Log:
Add support for matrix builds
Matrix builds show as red until all broken sub-jobs are claimed.
The code was based on code lifted from pull request 1 from henriklynggaard.
[FIXED JENKINS-8458]
Compare: https://github.com/jenkinsci/radiatorview-plugin/compare/8b0b3a4e8310...bb5616cbf321