From d77f5f314f6606094f2b7d5151ff08e184b93c26 Mon Sep 17 00:00:00 2001 From: maguire-arman Date: Tue, 8 Apr 2025 13:26:03 -0400 Subject: [PATCH] changed path of jira writeback reporter in pipeline --- playwright-tests/azure-pipelines-automated-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright-tests/azure-pipelines-automated-testing.yml b/playwright-tests/azure-pipelines-automated-testing.yml index d8619320c..4f2c203a9 100644 --- a/playwright-tests/azure-pipelines-automated-testing.yml +++ b/playwright-tests/azure-pipelines-automated-testing.yml @@ -132,7 +132,7 @@ stages: -e CURRENT_DAY="$current_day" \ -e NUMERIC_DATE="$numeric_date" \ $(dockerImageName):$(imageTag) \ - bash -c "chmod +x devops/scripts/jira_writeback.sh + bash -c "chmod +x playwright-tests/devops/scripts/jira_writeback.sh echo \"Moving Playwright reports out of subfolders...\" find ./playwright-reports/ -mindepth 2 -type f -exec mv {} ./playwright-reports/ \; echo \"Merging reports...\"