CORE-7176: Setup Template Project Notification

* Updated slackChannel in .ci/Jenkinsfile to send notification to '#corda-corda5-dev-ex-build-notifications'
This commit is contained in:
Khoi Nguyen 2022-10-20 10:41:50 +01:00 committed by Khoi Nguyen
parent 9d532633bf
commit c4b8f4fa1b

2
.ci/Jenkinsfile vendored
View File

@ -5,5 +5,5 @@ cordaPipeline(
slimBuild: true,
runUnitTests: false,
dedicatedJobForSnykDelta: false,
slackChannel: '#corda-corda5-developer-experience'
slackChannel: '#corda-corda5-dev-ex-build-notifications'
)