jenkins-job-builder recursive job groups

Bug #1205003 reported by Khai Do
10
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

Tags: jjb
James E. Blair (corvus)
Changed in openstack-ci:
status: New → Triaged
importance: Undecided → Wishlist
Khai Do (zaro0508)
Changed in openstack-ci:
assignee: nobody → Khai Do (zaro0508)
Khai Do (zaro0508)
Changed in openstack-ci:
assignee: Khai Do (zaro0508) → nobody
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.