CORE-7135: send notifications to correct slack channel

This commit is contained in:
Ronan Browne 2022-10-21 09:04:09 +01:00 committed by GitHub
parent 64212dbc2a
commit 0428adac4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.ci/Jenkinsfile vendored
View File

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