Azure DevOps Build AI AnalyzerAutomatically explains why your pipeline failed using an LLM of your choice — including a local, self-hosted model (Ollama, LM Studio, vLLM, llama.cpp) or any OpenAI-compatible API. When a build fails, a pipeline task reads the logs of the failed tasks, sends them to your LLM, and attaches a structured diagnosis to the build. An AI Analyzer tab on the build results page then shows the summary, likely root cause, key errors, and suggested fixes. No separate backend, no extra ports, no inbound changes to your Azure DevOps server — everything ships inside the extension, and the LLM is only ever called from the build agent.
Quick start
Use your own LLMThe task works with any OpenAI-compatible
If the LLM is unreachable, the task falls back to a built-in offline heuristic analyzer that recognizes common CI failures. Documentation & sourceFull docs, configuration, and troubleshooting: https://github.com/jafarimohammad/azdevops-build-ai-analyzer Licensed under MIT. |
