CORE-7135: Setup Jenkins pipeline
* Added new .ci folder which contains Jenkins file for multibranch pipeline project
This commit is contained in:
parent
bf75f8fa55
commit
fc34e1bd5f
8
.ci/Jenkinsfile
vendored
Normal file
8
.ci/Jenkinsfile
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
@Library('corda-shared-build-pipeline-steps@5.0') _
|
||||
|
||||
cordaPipeline(
|
||||
publishRepoPrefix: '',
|
||||
slimBuild: true,
|
||||
runUnitTests: false,
|
||||
dedicatedJobForSnykDelta: false
|
||||
)
|
6
.ci/nightly/JenkinsfileSnykScan
Normal file
6
.ci/nightly/JenkinsfileSnykScan
Normal file
@ -0,0 +1,6 @@
|
||||
@Library('corda-shared-build-pipeline-steps@5.0') _
|
||||
|
||||
cordaSnykScanPipeline (
|
||||
snykTokenId: 'r3-snyk-corda5',
|
||||
snykAdditionalCommands: "--all-sub-projects -d"
|
||||
)
|
Loading…
Reference in New Issue
Block a user