Build & Deployment Warnings in Azure DevOps
It's all in the details...
I use Azure DevOps with clients a lot, mostly for deploying data platforms. Sometimes have a task within our pipeline that fails, but the failure is actually something that is a problem, but not something that should stop a build or a deployment. Some examples of this situation might be
Deploying to an environment and configuring a user or group to have access to the table and the user or group does not exist Sending an alert from a build or deployment, and the code to send the alert fails Catching specific known errors, and dropping them down to a warning.
Posted by Niall Langley on Sunday, September 15, 2024