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