-
Bug
-
Resolution: Fixed
-
Critical
-
None
-
Jenkins Claim Plugin version 2.1
Jenkins ver. 1.480.2 (LTS)
CentOS release 5.9
Problem:
Setting a "Default view" in Jenkins excludes all jobs not in this default view from the claim report.
Steps to reproduce:
1. Add a new view MyNewView in Jenkins. Include only some of the claimed failing jobs
2. Go to http://jenkins:8080/configure
3. Set your new view (MyNewView) as "Default view". Save.
4. View the claim report (http://jenkins:8080/claims/). Only the claimed and failing jobs in MyNewView are listed, although the Claim Report should show all claimed and failing jobs.
That it only shows the jobs for the "Default view" would also be a feature for some users.
I am thinking about making it configurable which view the claim report shows it information from.
For your use case you would have to configure a view that lists all jobs and choose that view as your "Claim view".
Is that an acceptable solution for you?