corda-checkers/corda/.ci/Jenkinsfile
2023-08-14 21:37:54 +02:00

11 lines
298 B
Groovy

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