Attempt #16
This commit is contained in:
parent
185e17a534
commit
95508623a4
1 changed files with 2 additions and 2 deletions
|
|
@ -195,8 +195,8 @@ stages:
|
|||
. $(System.DefaultWorkingDirectory)/devops/scripts/jira_writeback.sh &&
|
||||
add_comment "$(Build.SourceBranchName)" "AUTOMATED TEST RUN: $(date)" "$(System.DefaultWorkingDirectory)/ortoni-report/index.html")
|
||||
displayName: publish_results_to_jira
|
||||
env:
|
||||
JIRA_API_KEY: $(JIRA_API_KEY)
|
||||
env:
|
||||
JIRA_API_KEY: $(JIRA_API_KEY)
|
||||
|
||||
# TODO: Enable later when working on PR gate
|
||||
# - task: PublishTestResults@2
|
||||
|
|
|
|||
Loading…
Reference in a new issue