microsoft / azure-devops-engineering-extensions

AzureDevOps marketplace extension that contains various engineering oriented Pipeline tasks
MIT License
19 stars 20 forks source link

Error #38

Open bharatrakhi opened 4 years ago

bharatrakhi commented 4 years ago

I am getting following error in the Release pipeline. 2020-04-10T22:35:29.8370293Z ##[section]Starting: Result : Scale test 2020-04-10T22:35:29.8378819Z ============================================================================== 2020-04-10T22:35:29.8379194Z Task : Email Report 2020-04-10T22:35:29.8379551Z Description : Send rich email report for test results and for tasks in this stage 2020-04-10T22:35:29.8379895Z Version : 1.1.8 2020-04-10T22:35:29.8380171Z Author : Microsoft Corporation 2020-04-10T22:35:29.8381713Z Help : Sets 'EmailReportTask.EmailSent' variable to true if it sent email successfully. Learn More 2020-04-10T22:35:29.8382423Z ============================================================================== 2020-04-10T22:35:29.8478866Z ##[error]File not found: '/home/vsts/work/_tasks/EmailReport_36fd41b1-8024-4ce9-a5a0-53c3e54ed105/1.1.8/Index.js' 2020-04-10T22:35:29.8483248Z ##[section]Finishing: Result : Sparta Scale test within vnet

movergan commented 4 years ago

Have the same error. 👎

sabjarka commented 4 years ago

Me as well

sonwan2020 commented 4 years ago

me too any update?

sonwan2020 commented 4 years ago

From the extension install history, we have Email Report Extension version 1.1.7 & 1.1.9 installed, but not 1.1.8 where is the 1.1.8 come from?

SunnyOswal commented 4 years ago

same issue.

anjuligoring commented 3 years ago

also having the same issue - is there any known solution?

seetuaccn commented 3 years ago

Any update, I'm also getting same error or any other plugin which we can use.

Incarnation-p-lee commented 3 years ago

+1 same issue.

calrom-jtejero commented 3 years ago

this is a problem with the "i" in "index"...it has been reported several times.

cannot be bothered to wait for Microsoft to fix this one, I am using now my own extension: https://marketplace.visualstudio.com/items?itemName=calrom-jtejero.CalromEmailReportExtension

the code is in my fork: https://github.com/calrom-jtejero/azure-devops-engineering-extensions

hope this helps you all

Tom4U commented 1 year ago

CalromEmailReportExtension

Thank you very much for your time and work!