This commit is contained in:
Chase King 2025-02-25 13:56:33 -05:00
parent 6dd1a4e6c0
commit e6e479cbd2

View file

@ -157,9 +157,9 @@ stages:
-e JIRA_USERNAME=$(JIRA_USERNAME) \
-e JIRA_API_KEY=$(JIRA_API_KEY) \
$(dockerImageName):$(imageTag) \
npx playwright merge-reports --reporter=ortoni-report,junit $(System.DefaultWorkingDirectory)/playwright-reports &&
ls && # TODO: Debug. Remove later
chmod +x $(System.DefaultWorkingDirectory)/devops/scripts/jira_writeback.sh &&
npx playwright merge-reports --reporter=ortoni-report,junit $(System.DefaultWorkingDirectory)/playwright-reports;
ls; # TODO: Debug. Remove later
chmod +x $(System.DefaultWorkingDirectory)/devops/scripts/jira_writeback.sh;
$(System.DefaultWorkingDirectory)/devops/scripts/jira_writeback.sh add_comment "$(Build.SourceBranchName)" "AUTOMATED TEST RUN: $(date)" "$(System.DefaultWorkingDirectory)/ortoni-report/index.html")
env:
JIRA_API_KEY: $(JIRA_API_KEY)