Added pipeline CI/CD scripts
This commit is contained in:
parent
b5517f632b
commit
3fc1235366
10
.ci/Jenkinsfile
vendored
Normal file
10
.ci/Jenkinsfile
vendored
Normal 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'
|
||||||
|
)
|
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