9d532633bf
* Updated Jenkinsfile to use #corda-corda5-developer-experience as the default slack channel destination.
10 lines
248 B
Groovy
10 lines
248 B
Groovy
@Library('corda-shared-build-pipeline-steps@5.0') _
|
|
|
|
cordaPipeline(
|
|
publishRepoPrefix: '',
|
|
slimBuild: true,
|
|
runUnitTests: false,
|
|
dedicatedJobForSnykDelta: false,
|
|
slackChannel: '#corda-corda5-developer-experience'
|
|
)
|