From c4b8f4fa1b6068ad8cf10d6008072a306d2a8b40 Mon Sep 17 00:00:00 2001 From: Khoi Nguyen Date: Thu, 20 Oct 2022 10:41:50 +0100 Subject: [PATCH] CORE-7176: Setup Template Project Notification * Updated slackChannel in .ci/Jenkinsfile to send notification to '#corda-corda5-dev-ex-build-notifications' --- .ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/Jenkinsfile b/.ci/Jenkinsfile index 2e1e13d..330a1e5 100644 --- a/.ci/Jenkinsfile +++ b/.ci/Jenkinsfile @@ -5,5 +5,5 @@ cordaPipeline( slimBuild: true, runUnitTests: false, dedicatedJobForSnykDelta: false, - slackChannel: '#corda-corda5-developer-experience' + slackChannel: '#corda-corda5-dev-ex-build-notifications' )