fc34e1bd5f
* Added new .ci folder which contains Jenkins file for multibranch pipeline project
9 lines
191 B
Groovy
9 lines
191 B
Groovy
@Library('corda-shared-build-pipeline-steps@5.0') _
|
|
|
|
cordaPipeline(
|
|
publishRepoPrefix: '',
|
|
slimBuild: true,
|
|
runUnitTests: false,
|
|
dedicatedJobForSnykDelta: false
|
|
)
|