Merge branch 'release/corda-5-developer-preview-2' into chrisbarratt/template-with-dp2-simulator

This commit is contained in:
Chris Barratt 2022-10-19 10:47:35 +01:00
commit 1a4ba862de
2 changed files with 14 additions and 0 deletions

8
.ci/Jenkinsfile vendored Normal file
View File

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

View File

@ -0,0 +1,6 @@
@Library('corda-shared-build-pipeline-steps@5.0') _
cordaSnykScanPipeline (
snykTokenId: 'r3-snyk-corda5',
snykAdditionalCommands: "--all-sub-projects -d"
)