-
New Feature
-
Resolution: Unresolved
-
Minor
-
Lack of this functionality checked for:
Jenkins 2.7.4, Global build stats plugin: 1.4
We use a lot of Jenkins jobs for variety of projects. Our projects are grouped by views.
And that’s the problem. We would like to have our statistics also grouped/filtered by views. To cover this need we create (a quite long) regular expressions - to get all jobs for particular view.
Having several dozen views (on a few Jenkins instances) with a dozen of jobs each (and not having an agreed jobs name pattern across teams) becomes quite hard when I try to define a new per-chart “job name regex”. Each regex must not just cover all jobs per selected view (which is not a problem in fact) but also not “accidentally” include jobs from other views. The last part is not so easy while patterns for jobs are not agreed across teams. And what about jobs that names have changed?
So that would be really nice to have this filter-per-view functionality added in the chart configuration window showed below.
Selecting a scope of the chart in “mixed” mode would be even nicer:
o For views,
o For folders,
o also both listed above mixed with jobs
- is related to
-
JENKINS-23225 RFE - Add support for viewing statistics per folder
- Open