CORE-7135: Setup Jenkins Project
* Added new .ci folder which contains Jenkins file for multibranch pipeline project
This commit is contained in:
parent
8e3185cd9b
commit
b86a3c3d2c
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