Azure Pipelines
Azure DevOps Pipelines errors - resolved.
Fix Azure Pipelines failures: YAML syntax, tasks, agent pools, variable groups, service connections, and artifact errors.
YAML & tasks
Pipeline YAML, tasks, templates.
"template expression not allowed"Fix Azure Pipelines "A template expression is not allowed in this context" - using compile-time ${{ }} where
"error(s) while parsing"Fix Azure Pipelines "Encountered error(s) while parsing pipeline YAML" - a structural YAML problem such as
"stage depends on unknown stage"Fix Azure Pipelines "Stage X depends on unknown stage Y" - a stage-level dependsOn that names a stage that
"Unexpected value 'X'"Fix Azure Pipelines "Unexpected value X" schema errors - a key the pipeline schema does not allow at that
Agents & pools
Agent pools, demands, capabilities.
"No agent satisfies demands"Fix Azure Pipelines "No agent found in pool X which satisfies the specified demands" - a demand no agent in
"pool ... not found"Fix Azure Pipelines "The pool X does not exist or has not been authorized" - a misnamed pool, a project that
"ran longer than the maximum time"Fix the Azure Pipelines timeout where a job ran longer than its maximum time and was canceled, from slow
Auth & connections
Service connections, variable groups.
Explore other topics
GitHub ActionsWorkflow, runner, and YAML errors - diagnosed and fixed.
Node.js & npmnpm, yarn, and pnpm failures in CI - solved.
DockerBuild, run, compose, and registry errors - explained.
Pythonpip, poetry, venv, and pytest failures - fixed.
Java & JVMMaven, Gradle, and JVM failures in CI - resolved.
GoGo build, module, and test failures - diagnosed.