From 445e583e6af7361a05114887dd6cb866a780a80f Mon Sep 17 00:00:00 2001 From: Sravan Vuppala Date: Fri, 3 Jul 2026 12:08:08 +0100 Subject: [PATCH] Updates to use latest devops templates branch --- azure-pipelines.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index dcd8dd339..374c92442 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -21,7 +21,7 @@ resources: type: github name: hmcts/cpp-azure-devops-templates endpoint: 'hmcts' - ref: 'EDO-861-cache-memory-issue' + ref: 'EDO-861' pool: name: "MDV-ADO-AGENT-AKS-01" @@ -30,7 +30,7 @@ pool: variables: - sonarqubeProject: "uk.gov.moj.cpp.progression:progression-parent" # update eg: uk.gov.moj.cpp.listing:listing-parent testing123456 + sonarqubeProject: "uk.gov.moj.cpp.progression:progression-parent" # update eg: uk.gov.moj.cpp.listing:listing-parent service_Name: 'progression' # this should be service name. Image repository will be -service and should be in sysnc with aks-deploy repo.. eg : stagingbulkscan, hearing, systemidmapper itTest_Folder: 'progression-integration-test' # integration test folder name system-id-mapper-integration-test LANG: 'en_GB.UTF-8'