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:
Ronan Browne 2023-06-21 10:46:15 +01:00 committed by GitHub
parent 98a12b2825
commit 7b3144001d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

4
.ci/Jenkinsfile vendored
View File

@ -1,5 +1,5 @@
@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',
publishRepoPrefix: '', publishRepoPrefix: '',

View File

@ -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',

View File

@ -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 }}"