Complete azure-pipelines toolkit with generation and validation capabilities
97
97%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Advisory
Suggest reviewing before use
A developer on a distributed team has written their first Azure DevOps pipeline. The pipeline fails to queue in Azure DevOps with a generic "YAML parsing error" message. The developer suspects there are multiple structural issues but cannot identify them from the error message alone.
Validate the pipeline syntax below. Identify every structural and schema violation, explain each error clearly, and produce a corrected version of the file.
Produce:
azure-pipelines.yml with all syntax errors fixedsyntax-report.md listing each error with: the location (stage/job/step name or line reference), the rule violated, and the correction appliedThe following file is provided as input.
=============== FILE: inputs/azure-pipelines.yml =============== trigger:
stages:
stage: CI jobs:
stage: CD dependsOn: jobs: