HelloCorda/.ci/Jenkinsfile

9 lines
191 B
Plaintext
Raw Normal View History

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