changed path of jira writeback reporter in pipeline

This commit is contained in:
maguire-arman 2025-04-08 13:26:03 -04:00
parent 9f2607005e
commit d77f5f314f

View file

@ -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...\"