36 lines
1.2 KiB
YAML
36 lines
1.2 KiB
YAML
config:
|
|
- CDb2v-com-hello: msTeams.json
|
|
|
|
# Notification System for EMEA/NA/CN Prod
|
|
CDb2v-com-hello.EMEA-Prod:
|
|
- name: CD_b2v-com-hello PROD
|
|
- alertingProfile: CD_b2v-com-hello/alerting-profile/CDb2v-com-hello.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
CDb2v-com-hello.NA-Prod:
|
|
- name: CD_b2v-com-hello PROD
|
|
- alertingProfile: CD_b2v-com-hello/alerting-profile/CDb2v-com-hello.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
CDb2v-com-hello.CN-Prod:
|
|
- name: CD_b2v-com-hello PROD
|
|
- alertingProfile: CD_b2v-com-hello/alerting-profile/CDb2v-com-hello.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
|
|
# Notification System for EMEA/NA/CN PreProd
|
|
CDb2v-com-hello.EMEA-PreProd:
|
|
- name: CD_b2v-com-hello INT
|
|
- alertingProfile: CD_b2v-com-hello/alerting-profile/CDb2v-com-hello.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
CDb2v-com-hello.NA-PreProd:
|
|
- name: CD_b2v-com-hello INT
|
|
- alertingProfile: CD_b2v-com-hello/alerting-profile/CDb2v-com-hello.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
CDb2v-com-hello.CN-PreProd:
|
|
- name: CD_b2v-com-hello INT
|
|
- alertingProfile: CD_b2v-com-hello/alerting-profile/CDb2v-com-hello.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true" |