Attempt #25
This commit is contained in:
parent
6dd1a4e6c0
commit
e6e479cbd2
1 changed files with 3 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue