HelloCorda/.ci/Jenkinsfile
2022-10-26 09:32:07 +01:00

11 lines
291 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'
dedicatedJobForSnykDelta: false
)