From 58be971572f71dc003a222f460bb33843017a8d9 Mon Sep 17 00:00:00 2001 From: Tom Elliott Date: Wed, 27 Nov 2024 17:24:27 +0000 Subject: [PATCH] Re-enable WA in Demo (#2003) Co-authored-by: Tom Elliott --- Jenkinsfile_CNP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_CNP b/Jenkinsfile_CNP index c2d93a4b3a..d53c7d6587 100644 --- a/Jenkinsfile_CNP +++ b/Jenkinsfile_CNP @@ -290,7 +290,7 @@ withPipeline(type, product, component) { } onDemo { - env.WA_FEATURE_ENABLED = false + env.WA_FEATURE_ENABLED = true env.ENVIRONMENT="demo" env.CASE_API_URL = "http://sptribs-case-api-demo.service.core-compute-demo.internal" env.CASE_API_DOCUMENT_DOWNLOAD_URL = "http://manage-case.demo.platform.hmcts.net/"