From 817f81734dc5aaef85aba3fb7f546d7d1b66007f Mon Sep 17 00:00:00 2001 From: maguire-arman Date: Tue, 8 Apr 2025 13:46:32 -0400 Subject: [PATCH] Moves Jira writeback script Moves the Jira writeback script to a more appropriate location. Updates the Azure Pipelines configuration to reflect the new path. --- {playwright-tests/devops => devops}/scripts/jira_writeback.sh | 0 playwright-tests/azure-pipelines-automated-testing.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename {playwright-tests/devops => devops}/scripts/jira_writeback.sh (100%) diff --git a/playwright-tests/devops/scripts/jira_writeback.sh b/devops/scripts/jira_writeback.sh similarity index 100% rename from playwright-tests/devops/scripts/jira_writeback.sh rename to devops/scripts/jira_writeback.sh diff --git a/playwright-tests/azure-pipelines-automated-testing.yml b/playwright-tests/azure-pipelines-automated-testing.yml index 4f2c203a9..d8619320c 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 playwright-tests/devops/scripts/jira_writeback.sh + bash -c "chmod +x 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...\"