jenkins-job-builder recursive job groups
Bug #1205003 reported by
Khai Do
This bug affects 2 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| OpenStack Core Infrastructure |
Triaged
|
Wishlist
|
Unassigned | ||
Bug Description
It would be nice if a JJB job-group could wrap multiple job-groups. This would possibly cut down on a lot of redundancy when calling the jobs.
Example:
- job-template:
name: jobA
- job-template:
name: jobB
- job-template:
name: jobC
- job-group:
name: groupZ
jobs:
- jobA
- jobB
- job-group:
name: groupY
jobs:
- jobC
- job-group:
name: groupX
jobs:
- groupZ
- groupY
| Changed in openstack-ci: | |
| status: | New → Triaged |
| importance: | Undecided → Wishlist |
| Changed in openstack-ci: | |
| assignee: | nobody → Khai Do (zaro0508) |
| Changed in openstack-ci: | |
| assignee: | Khai Do (zaro0508) → nobody |
To post a comment you must log in.
