Unfortunately we do not currently provide support for ADO on this site. Please continue to use their support channel over on Stack Overflow as discussed here.
Azure DevOps Pipeline Intermittent Issues
Hi,
I'm experiencing a frustrating intermittent issue with Azure DevOps pipelines. This started at the beginning of the year after I was prompted to convert our Azure Resource Manager Service Connection (which we using for Key Vault). Since then, we've been encountering frequent build errors.
What I find puzzling is that I can deploy the exact same pipeline to three different Docker servers—two will succeed, but one will fail. If I retry with the exact same Dockerfile, a different server might fail while the previously failing one succeeds.
Has anyone else encountered a similar issue? I'm struggling to identify the cause, as the pipelines and Dockerfiles that have been working reliably for over a year are now failing unpredictably without any clear pattern.#
The pipeline deploys to a Docker Swarm which is hosted locally on site. We are experiencing instances where all deployments work, or deployment to one of the three swarms will fail.
Any insights or suggestions would be greatly appreciated.
Best regards,
Jamie