36 lines
1.0 KiB
YAML
36 lines
1.0 KiB
YAML
config:
|
|
- CDlsc-oc: msTeams.json
|
|
|
|
# Notification System for EMEA/NA/CN Prod
|
|
CDlsc-oc.EMEA-Prod:
|
|
- name: CD_lsc-oc PROD
|
|
- alertingProfile: CD_lsc-oc/alerting-profile/CDlsc-oc.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
CDlsc-oc.NA-Prod:
|
|
- name: CD_lsc-oc PROD
|
|
- alertingProfile: CD_lsc-oc/alerting-profile/CDlsc-oc.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
CDlsc-oc.CN-Prod:
|
|
- name: CD_lsc-oc PROD
|
|
- alertingProfile: CD_lsc-oc/alerting-profile/CDlsc-oc.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
|
|
# Notification System for EMEA/NA/CN PreProd
|
|
CDlsc-oc.EMEA-PreProd:
|
|
- name: CD_lsc-oc INT
|
|
- alertingProfile: CD_lsc-oc/alerting-profile/CDlsc-oc.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
CDlsc-oc.NA-PreProd:
|
|
- name: CD_lsc-oc INT
|
|
- alertingProfile: CD_lsc-oc/alerting-profile/CDlsc-oc.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
CDlsc-oc.CN-PreProd:
|
|
- name: CD_lsc-oc INT
|
|
- alertingProfile: CD_lsc-oc/alerting-profile/CDlsc-oc.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true" |