36 lines
975 B
YAML
36 lines
975 B
YAML
config:
|
|
- CDxfcd: msTeams.json
|
|
|
|
# Notification System for EMEA/NA/CN Prod
|
|
CDxfcd.EMEA-Prod:
|
|
- name: CD_xfcd PROD
|
|
- alertingProfile: CD_xfcd/alerting-profile/CDxfcd.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
CDxfcd.NA-Prod:
|
|
- name: CD_xfcd PROD
|
|
- alertingProfile: CD_xfcd/alerting-profile/CDxfcd.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
CDxfcd.CN-Prod:
|
|
- name: CD_xfcd PROD
|
|
- alertingProfile: CD_xfcd/alerting-profile/CDxfcd.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
|
|
# Notification System for EMEA/NA/CN PreProd
|
|
CDxfcd.EMEA-PreProd:
|
|
- name: CD_xfcd INT
|
|
- alertingProfile: CD_xfcd/alerting-profile/CDxfcd.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
CDxfcd.NA-PreProd:
|
|
- name: CD_xfcd INT
|
|
- alertingProfile: CD_xfcd/alerting-profile/CDxfcd.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
CDxfcd.CN-PreProd:
|
|
- name: CD_xfcd INT
|
|
- alertingProfile: CD_xfcd/alerting-profile/CDxfcd.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true" |