From f423ea60045b4be04c511d131946eee8c1ffba96 Mon Sep 17 00:00:00 2001 From: Sherlyn Khaw Date: Fri, 25 Oct 2024 15:37:35 +0100 Subject: [PATCH] test --- Jenkinsfile_CNP | 4 ++-- .../values.elasticsearch.preview.template.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile_CNP b/Jenkinsfile_CNP index 2e6383af623..9b411ac0909 100644 --- a/Jenkinsfile_CNP +++ b/Jenkinsfile_CNP @@ -7,10 +7,10 @@ import uk.gov.hmcts.contino.GithubAPI def type = "nodejs" def product = "civil" def component = "citizen-ui" -def camundaBranch = "master" +def camundaBranch = "feat/CIV-15279" def dmnBranch = "master" def waStandaloneBranch = "master" -def ccdBranch = "master" +def ccdBranch = "feat/CIV-15279" def generalappCCDBranch = "master" AppPipelineConfig pipelineConf diff --git a/charts/civil-citizen-ui/values.elasticsearch.preview.template.yaml b/charts/civil-citizen-ui/values.elasticsearch.preview.template.yaml index 3f3ce8d8f06..c86a540fdd3 100644 --- a/charts/civil-citizen-ui/values.elasticsearch.preview.template.yaml +++ b/charts/civil-citizen-ui/values.elasticsearch.preview.template.yaml @@ -76,7 +76,7 @@ civil-service: java: applicationPort: 4000 releaseNameOverride: ${SERVICE_NAME}-civil-service - image: 'hmctspublic.azurecr.io/civil/service:latest' + image: 'hmctspublic.azurecr.io/civil/service:pr-5727' imagePullPolicy: Always ingressHost: ${SERVICE_NAME}-civil-service.preview.platform.hmcts.net devcpuRequests: 500m