Merge pull request #6 from corda/knguyen/CORE-7176/setup_template_project_notification

CORE-7176: Setup Template Project Notification
This commit is contained in:
Ronan Browne 2022-10-20 11:48:03 +01:00 committed by GitHub
commit 87be2276ff
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'
) )