HelloCorda/.ci/Jenkinsfile
Khoi Nguyen 9d532633bf CORE-7176: Setup Template Project Notification
* Updated Jenkinsfile to use #corda-corda5-developer-experience as the default slack channel destination.
2022-10-20 10:43:36 +01:00

10 lines
248 B
Groovy

@Library('corda-shared-build-pipeline-steps@5.0') _
cordaPipeline(
publishRepoPrefix: '',
slimBuild: true,
runUnitTests: false,
dedicatedJobForSnykDelta: false,
slackChannel: '#corda-corda5-developer-experience'
)