Open mauriciomutte opened 2 months ago
I believe it may have something to do with this implementation here
The download task does not have the "execution" field, DownloadSecureFileTask
It seems this PR solves it.
I have the same problem in all my Azure DevOps Pipelines
I have the same problem in all my Azure Devops Pipelines.
I have the same problem in all my Azure Devops Pipelines.
Sorry for the regression. We are working on a fix.
Thank you for great report! This helped us to identify this quickly. We rolled back a feature flag which is bypassing this faulty code path and it should be mitigated for all of you (I was able to repro and verify the fix in my pipeline). We will do a proper fix and some repair items.
@mmrazik why do we use fixed versions of all components in Azure DevOps if they can be broken by a change? Why Microsoft does not respect Semantic Versioning? Unacceptable. We had to waste a bunch of time replacing DownloadSecureFile
with an in-house solution. Who will pay for it?
We are considering moving all pipelines to another plataform.
I thought it was new, but I found the following issue:
Unbelievable.
A system maintained by Microsoft generates a very high expectation of high quality in those who buy this system. This is not the first time that things stop working like this. This latest problem shows that you do not have tests to guarantee quality. You do not guarantee versioning.
I am curious to know what "production ready" means in the Azure Devops team.
I am seriously questioning why we are using this product here, tests with other competitors will begin in the company.
What happened?
All pipelines that use the DownloadSecureFile task are failing with the error “Object reference not defined for an instance of an object” during the "Initialize job" step.
What did you do?
Upon noticing the issue, I investigated the error logs and identified that the problem consistently occurs during the "Initialize job" step whenever the DownloadSecureFile task is executed. I ran the pipeline in debug mode and extracted logs to gain more detailed insights into the failure (see it in "Relevant log output" section). I also reviewed recent changes to the pipeline configurations and dependencies that might have introduced this issue.
We did a test by removing the “DownloadSecureFile@1” step from the pipeline and the error didn't happen
What did you expect to happen?
I expected the pipeline to execute smoothly, with the DownloadSecureFile task successfully downloading the necessary secure files and proceeding to the subsequent steps without encountering any errors.
Versions
Environment type (Please select at least one enviroment where you face this issue)
Azure DevOps Server type
dev.azure.com (formerly visualstudio.com)
Azure DevOps Server Version (if applicable)
No response
Operation system
No response
Version controll system
No response
Relevant log output