From 27c6fc203c2948e4cc870b9ceb3fd8384bec9a5e Mon Sep 17 00:00:00 2001 From: JennyNou Date: Tue, 28 Apr 2026 13:38:37 -0400 Subject: [PATCH] Add secrets back in to test pipeline report variables --- azure-pipelines-automated-testing.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index df7663f6..7767d523 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -52,4 +52,6 @@ stages: npmrcPath: 'playwright-tests/.npmrc' secrets: CCIS_API_AUTH: $(CCIS_API_AUTH) - JIRA_API_KEY: $(JIRA_API_KEY) \ No newline at end of file + JIRA_API_KEY: $(JIRA_API_KEY) + JIRA_USERNAME: $(JIRA_USERNAME) + JIRA_SERVER: $(JIRA_SERVER) \ No newline at end of file