51 lines
1.4 KiB
YAML
51 lines
1.4 KiB
YAML
config:
|
|
- CDscb-PROD: msTeams.json
|
|
- CDscb-INT: msTeams.json
|
|
|
|
#Prod notification system for EMEA/NA/CN
|
|
#Dry-run needed for all hubs
|
|
CDscb-PROD:
|
|
- name: CD_scb PROD
|
|
- alertingProfile: CD_scb/alerting-profile/CDscb-PROD.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
#Configuration
|
|
CDscb-PROD.EMEA-Prod:
|
|
- name: CD_scb PROD
|
|
- alertingProfile: CD_scb/alerting-profile/CDscb-PROD.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false"
|
|
CDscb-PROD.NA-Prod:
|
|
- name: CD_scb PROD
|
|
- alertingProfile: CD_scb/alerting-profile/CDscb-PROD.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false"
|
|
CDscb-PROD.CN-Prod:
|
|
- name: CD_scb PROD
|
|
- alertingProfile: CD_scb/alerting-profile/CDscb-PROD.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false"
|
|
|
|
#INT notification system for EMEA/NA/CN
|
|
#Dry-run needed for all hubs
|
|
CDscb-INT:
|
|
- name: CD_scb INT
|
|
- alertingProfile: CD_scb/alerting-profile/CDscb-INT.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "true"
|
|
#Configuration
|
|
CDscb-INT.EMEA-PreProd:
|
|
- name: CD_scb INT
|
|
- alertingProfile: CD_scb/alerting-profile/CDscb-INT.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false"
|
|
CDscb-INT.NA-PreProd:
|
|
- name: CD_scb INT
|
|
- alertingProfile: CD_scb/alerting-profile/CDscb-INT.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false"
|
|
CDscb-INT.CN-PreProd:
|
|
- name: CD_scb INT
|
|
- alertingProfile: CD_scb/alerting-profile/CDscb-INT.id
|
|
- webhook: https://empty
|
|
- skipDeployment: "false" |