Skip to content

Commit

Permalink
Add issueTotals column in all table views.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Aug 7, 2024
1 parent b5ca873 commit 4b99b83
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/images/jenkins-controller/jenkins.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jenkins:
- coverageTotalsColumn:
columnName: "Branch Coverage"
metric: BRANCH
- "issueTotalsColumn"
- "buildButton"
includeRegex: ".*"
name: "List View"
Expand Down Expand Up @@ -77,6 +78,7 @@ jenkins:
- coverageTotalsColumn:
columnName: "Branch Coverage"
metric: BRANCH
- "issueTotalsColumn"
- "buildButton"
includeRegex: ".*"
name: "List View"
Expand All @@ -94,6 +96,7 @@ jenkins:
- coverageTotalsColumn:
columnName: "Branch Coverage"
metric: BRANCH
- "issueTotalsColumn"
- "buildButton"
includeStdJobList: true
includeRegex: ".*"
Expand Down

0 comments on commit 4b99b83

Please sign in to comment.