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