HelloCorda/.ci/Jenkinsfile

11 lines
298 B
Plaintext
Raw Permalink Normal View History

@Library('corda-shared-build-pipeline-steps@5.1') _
2022-12-06 11:29:02 +01:00
cordaPipeline(
nexusAppId: 'com.corda.CSDE-Java.5.0',
publishRepoPrefix: '',
slimBuild: true,
runUnitTests: false,
dedicatedJobForSnykDelta: false,
slackChannel: '#corda-corda5-dev-ex-build-notifications'
)