From e26c724a321ad292e0b5e8014cd969965d1d553c Mon Sep 17 00:00:00 2001 From: Tom Elliott Date: Thu, 12 Dec 2024 10:39:15 +0000 Subject: [PATCH] Enable wa ft based on GitHub label (#2010) Co-authored-by: Tom Elliott --- Jenkinsfile_CNP | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile_CNP b/Jenkinsfile_CNP index fb43bd3c2a..1fb61fabb7 100644 --- a/Jenkinsfile_CNP +++ b/Jenkinsfile_CNP @@ -236,7 +236,7 @@ withPipeline(type, product, component) { env.TASK_MANAGEMENT_API_URL = "https://wa-task-management-api-sptribs-case-api-pr-${CHANGE_ID}.preview.platform.hmcts.net" env.ROLE_ASSIGNMENT_API_URL = "https://am-org-role-mapping-service-sptribs-case-api-pr-${CHANGE_ID}.preview.platform.hmcts.net" - for (label in githubApi.getLabelsbyPattern(env.BRANCH_NAME, "pr-values:wa") ) { + for (label in githubApi.getLabelsbyPattern(env.BRANCH_NAME, "pr-values:wa-ft-tests") ) { env.WA_FUNCTIONAL_TESTS_ENABLED = true }