HelloCorda/.ci/Jenkinsfile
2022-10-26 16:31:16 +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'
)