HelloCorda/.ci/Jenkinsfile
Ronan Browne 7b3144001d
ES-650: use latest version of shared lib (#52)
* ES-650: use latest version of shared lib
* Add ES title check
2023-06-21 10:46:15 +01: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'
)