Skip to content

Commit 7cc2ad9

Browse files
committed
add notification
1 parent 9280eba commit 7cc2ad9

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.harness/ffgolangserversdk.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,3 +293,14 @@ pipeline:
293293
type: Secret
294294
description: ""
295295
value: FF_CODECOV_TOKEN
296+
notificationRules:
297+
- name: build failed
298+
identifier: build_failed
299+
pipelineEvents:
300+
- type: PipelineFailed
301+
notificationMethod:
302+
type: Slack
303+
spec:
304+
userGroups: []
305+
webhookUrl: <+variable.FF_SDK_BUILDS_SLACK_URL>
306+
enabled: true

0 commit comments

Comments
 (0)