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