CORE-7176: Setup Template Project Notification

* Updated Jenkinsfile to use #corda-corda5-developer-experience as the default slack channel destination.
This commit is contained in:
Khoi Nguyen 2022-10-18 15:53:43 +01:00 committed by Khoi Nguyen
parent 0a7a8b2196
commit 9d532633bf

3
.ci/Jenkinsfile vendored
View File

@ -4,5 +4,6 @@ cordaPipeline(
publishRepoPrefix: '',
slimBuild: true,
runUnitTests: false,
dedicatedJobForSnykDelta: false
dedicatedJobForSnykDelta: false,
slackChannel: '#corda-corda5-developer-experience'
)