From cd2cec7239a79f48a05960a2834d857a29b94a69 Mon Sep 17 00:00:00 2001 From: allanmckenzie Date: Fri, 10 Jul 2026 13:47:34 +0100 Subject: [PATCH] Set aksDeployBranch and templates ref to wildfly40 for WF40 deploy --- azure-pipelines.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 0a296edec..e0a6db980 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: 'main' + ref: 'wildfly40' pool: name: "MDV-ADO-AGENT-AKS-01" @@ -49,3 +49,4 @@ stages: sonarQubeType: 'sonarQubeAKS' serviceName: ${{ variables['service_Name'] }} itTestFolder: ${{ variables['itTest_Folder'] }} + aksDeployBranch: 'wildfly40'