Attempt #24
This commit is contained in:
parent
1aaaa205ea
commit
6dd1a4e6c0
1 changed files with 1 additions and 0 deletions
|
|
@ -158,6 +158,7 @@ stages:
|
||||||
-e JIRA_API_KEY=$(JIRA_API_KEY) \
|
-e JIRA_API_KEY=$(JIRA_API_KEY) \
|
||||||
$(dockerImageName):$(imageTag) \
|
$(dockerImageName):$(imageTag) \
|
||||||
npx playwright merge-reports --reporter=ortoni-report,junit $(System.DefaultWorkingDirectory)/playwright-reports &&
|
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 &&
|
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")
|
$(System.DefaultWorkingDirectory)/devops/scripts/jira_writeback.sh add_comment "$(Build.SourceBranchName)" "AUTOMATED TEST RUN: $(date)" "$(System.DefaultWorkingDirectory)/ortoni-report/index.html")
|
||||||
env:
|
env:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue