forked from jboss-container-images/rhdm-7-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathce.yaml
27 lines (27 loc) · 849 Bytes
/
ce.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
builds:
# Product builds
- name: "rhdm-controller"
descriptor: "controller/image.yaml"
product: true
overrides:
- "controller/branch-overrides.yaml"
- name: "rhdm-decisioncentral"
descriptor: "decisioncentral/image.yaml"
product: true
overrides:
- "decisioncentral/branch-overrides.yaml"
- name: "rhdm-decisioncentral-indexing"
descriptor: "decisioncentral-indexing/image.yaml"
product: true
overrides:
- "decisioncentral-indexing/branch-overrides.yaml"
- name: "rhdm-kieserver"
descriptor: "kieserver/image.yaml"
product: true
overrides:
- "kieserver/branch-overrides.yaml"
- name: "rhdm-optaweb-employee-rostering"
descriptor: "optaweb-employee-rostering/image.yaml"
product: true
overrides:
- "optaweb-employee-rostering/branch-overrides.yaml"