HelloCorda/.ci/Jenkinsfile
Khoi Nguyen b86a3c3d2c CORE-7135: Setup Jenkins Project
* Added new .ci folder which contains Jenkins file for multibranch pipeline project
2022-10-14 14:17:36 +01:00

9 lines
191 B
Groovy

@Library('corda-shared-build-pipeline-steps@5.0') _
cordaPipeline(
publishRepoPrefix: '',
slimBuild: true,
runUnitTests: false,
dedicatedJobForSnykDelta: false
)