-
Notifications
You must be signed in to change notification settings - Fork 867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]: "Object reference not set to an instance of an object" error throwing by DownloadSecureFile task #4962
Comments
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. |
1 similar comment
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). |
@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 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. 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
The text was updated successfully, but these errors were encountered: