Removed unused code
This commit is contained in:
parent
4efd3c15f1
commit
c45be77c1c
1 changed files with 0 additions and 13 deletions
|
|
@ -170,19 +170,6 @@ stages:
|
||||||
JIRA_API_KEY: $(JIRA_API_KEY)
|
JIRA_API_KEY: $(JIRA_API_KEY)
|
||||||
displayName: publish_results_to_jira
|
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
|
# TODO: Enable later when working on PR gate
|
||||||
# - task: PublishTestResults@2
|
# - task: PublishTestResults@2
|
||||||
# displayName: 'Publish test results'
|
# displayName: 'Publish test results'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue