diff --git a/Jenkinsfile_CNP b/Jenkinsfile_CNP index 84cb04505..771486384 100644 --- a/Jenkinsfile_CNP +++ b/Jenkinsfile_CNP @@ -16,7 +16,7 @@ GradleBuilder builder = new GradleBuilder(this, product) def definitionStoreDevelopPr = "PR-1540" // This doesn't change frequently, but when it does, only change this value. def dataStoreApiDevelopPr = "PR-2552" // This doesn't change frequently, but when it does, only change this value. def prsToUseAat = "PR-148,PR-161,PR-167,PR-259,PR-264" // Set this value to a PR number, or add it as a comma-separated value, if it's to follow CI/CD. -def prsRunningInIsolation = "PR-561" // Set this value to a PR number, or add it as a comma-separated value, if PRs for MCA, Data-Store and Def-Store are all configured to run in isolation from other PRs. +def prsRunningInIsolation = "PR-573" // Set this value to a PR number, or add it as a comma-separated value, if PRs for MCA, Data-Store and Def-Store are all configured to run in isolation from other PRs. def secrets = [ 'rpx-${env}': [ diff --git a/aca-docker/README.md b/aca-docker/README.md index 00616e633..c33bd2a80 100644 --- a/aca-docker/README.md +++ b/aca-docker/README.md @@ -116,4 +116,4 @@ docker-compose -f compose/aca.yml up -d ## LICENSE -This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details. +This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.