11 lines
298 B
Plaintext
11 lines
298 B
Plaintext
|
@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'
|
||
|
)
|