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