From c45be77c1c2b4fc81ca5e70adeba5281119ef7b3 Mon Sep 17 00:00:00 2001 From: Chase King Date: Fri, 21 Feb 2025 11:02:02 -0500 Subject: [PATCH] Removed unused code --- azure-pipelines-automated-testing.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml index b2667ee1..52827211 100644 --- a/azure-pipelines-automated-testing.yml +++ b/azure-pipelines-automated-testing.yml @@ -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