ES-650: use latest version of shared lib (#52)
* ES-650: use latest version of shared lib * Add ES title check
This commit is contained in:
parent
98a12b2825
commit
7b3144001d
2
.ci/Jenkinsfile
vendored
2
.ci/Jenkinsfile
vendored
@ -1,4 +1,4 @@
|
|||||||
@Library('corda-shared-build-pipeline-steps@5.0') _
|
@Library('corda-shared-build-pipeline-steps@5.1') _
|
||||||
|
|
||||||
cordaPipeline(
|
cordaPipeline(
|
||||||
nexusAppId: 'com.corda.CSDE-Java.5.0',
|
nexusAppId: 'com.corda.CSDE-Java.5.0',
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
@Library('corda-shared-build-pipeline-steps@5.0') _
|
@Library('corda-shared-build-pipeline-steps@5.1') _
|
||||||
|
|
||||||
cordaSnykScanPipeline (
|
cordaSnykScanPipeline (
|
||||||
snykTokenId: 'r3-snyk-corda5',
|
snykTokenId: 'r3-snyk-corda5',
|
||||||
|
2
.github/workflows/check-pr-title.yaml
vendored
2
.github/workflows/check-pr-title.yaml
vendored
@ -9,6 +9,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: morrisoncole/pr-lint-action@v1.6.1
|
- uses: morrisoncole/pr-lint-action@v1.6.1
|
||||||
with:
|
with:
|
||||||
title-regex: '^((CORDA|EG|ENT|INFRA|CORE)-\d+)(.*)'
|
title-regex: '^((CORDA|EG|ENT|INFRA|CORE|ES)-\d+)(.*)'
|
||||||
on-failed-regex-comment: "PR title failed to match regex -> `%regex%`"
|
on-failed-regex-comment: "PR title failed to match regex -> `%regex%`"
|
||||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user