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
4
.ci/Jenkinsfile
vendored
4
.ci/Jenkinsfile
vendored
@ -1,5 +1,5 @@
|
||||
@Library('corda-shared-build-pipeline-steps@5.0') _
|
||||
|
||||
@Library('corda-shared-build-pipeline-steps@5.1') _
|
||||
|
||||
cordaPipeline(
|
||||
nexusAppId: 'com.corda.CSDE-Java.5.0',
|
||||
publishRepoPrefix: '',
|
||||
|
@ -1,4 +1,4 @@
|
||||
@Library('corda-shared-build-pipeline-steps@5.0') _
|
||||
@Library('corda-shared-build-pipeline-steps@5.1') _
|
||||
|
||||
cordaSnykScanPipeline (
|
||||
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:
|
||||
- uses: morrisoncole/pr-lint-action@v1.6.1
|
||||
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%`"
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
|
Loading…
Reference in New Issue
Block a user