Removed unused code
This commit is contained in:
parent
4efd3c15f1
commit
c45be77c1c
1 changed files with 0 additions and 13 deletions
|
|
@ -169,19 +169,6 @@ stages:
|
|||
env:
|
||||
JIRA_API_KEY: $(JIRA_API_KEY)
|
||||
displayName: publish_results_to_jira
|
||||
|
||||
echo 'Hello world'
|
||||
- script: |
|
||||
# Create container for jira writeback
|
||||
container_id=$(docker create \
|
||||
--ipc=host \
|
||||
-e JIRA_SERVER=$(JIRA_SERVER) \
|
||||
-e JIRA_USERNAME=$(JIRA_USERNAME) \
|
||||
-e JIRA_API_KEY=$(JIRA_API_KEY) \
|
||||
$(dockerImageName):$(imageTag) \
|
||||
source $(System.DefaultWorkingDirectory)/devops/scripts/jira_writeback.sh &&
|
||||
add_comment "$(Build.SourceBranchName)" "AUTOMATED TEST RUN: $(date)" "$(System.DefaultWorkingDirectory)/ortoni-report/index.html")
|
||||
|
||||
|
||||
# TODO: Enable later when working on PR gate
|
||||
# - task: PublishTestResults@2
|
||||
|
|
|
|||
Loading…
Reference in a new issue