Added pipeline CI/CD scripts

This commit is contained in:
Chris Barratt 2022-12-06 10:29:02 +00:00
parent b5517f632b
commit 3fc1235366
2 changed files with 16 additions and 0 deletions

10
.ci/Jenkinsfile vendored Normal file
View File

@ -0,0 +1,10 @@
@Library('corda-shared-build-pipeline-steps@chrisbarratt/CORE-8075-create-pipeline-for-running-the-autotester') _
cordaPipeline(
nexusAppId: 'com.corda.CSDE-Java.5.0',
publishRepoPrefix: '',
slimBuild: true,
runUnitTests: false,
dedicatedJobForSnykDelta: false,
slackChannel: '#corda-corda5-dev-ex-build-notifications'
)

View File

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