Merge pull request #8 from corda/ronanb/CORE-7135/update-notifications

CORE-7135: send notifications to correct slack channel
This commit is contained in:
Ronan Browne 2022-10-21 09:33:04 +01:00 committed by GitHub
commit df41def13f
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: '', publishRepoPrefix: '',
slimBuild: true, slimBuild: true,
runUnitTests: false, runUnitTests: false,
dedicatedJobForSnykDelta: false dedicatedJobForSnykDelta: false,
slackChannel: '#corda-corda5-dev-ex-build-notifications'
) )