HelloCorda/.ci/Jenkinsfile
Khoi Nguyen c4b8f4fa1b CORE-7176: Setup Template Project Notification
* Updated slackChannel in .ci/Jenkinsfile to send notification to '#corda-corda5-dev-ex-build-notifications'
2022-10-20 10:43:36 +01:00

10 lines
254 B
Groovy

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