Skip to content

Commit cf95e5a

Browse files
Add notification channel for build pipeline (#6717)
## Summary of changes This PR adds a channel for notifications for pipeline failures ## Reason for change The shared pipeline has added notifications for failures during a release pipeline. More notifications may be added in the future. ## Implementation details Of the channels available, I chose `#apm-dotnet-bots` --------- Co-authored-by: Andrew Lock <andrew.lock@datadoghq.com>
1 parent f4afc38 commit cf95e5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitlab-ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ include:
1313
variables:
1414
DOTNET_PACKAGE_VERSION:
1515
description: "Used by the package stage when triggered manually"
16+
REPO_NOTIFICATION_CHANNEL: "#apm-dotnet-bots"
1617

1718
build:
1819
except:

0 commit comments

Comments
 (0)