diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5f3b959d..e4cb2666 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -159,8 +159,11 @@ stages: echo \"Merging reports...\" && npx playwright merge-reports --reporter=ortoni-report ./playwright-reports echo \"Contents of ortoni-report:\" && ls ./ortoni-report && + echo 'Current dir: ' && pwd + echo 'Contents of current dir: ' && ls + echo 'Contents of /app/devops/scripts' && ls /app/devops/scripts echo \"Writing report to Jira card '$jira_card_number'...\" && - ./devops/scripts/jira_writeback.sh add_comment \"$jira_card_number\" /app/ortoni-report/ortoni-report.html \"AUTOMATED TEST RUN: $(date)\" ") + /app/devops/scripts/jira_writeback.sh add_comment \"$jira_card_number\" /app/ortoni-report/ortoni-report.html \"AUTOMATED TEST RUN: $(date)\" ") # Start container and stream logs echo "Starting merge"