Azure DevOps · Arazzo Workflow
Azure DevOps Create a YAML Pipeline and Start Its First Run
Version 1.0.0
Create a YAML pipeline from a repo file, confirm it, and trigger a run.
Provider
Workflows
create-and-run-pipeline
Create a YAML pipeline, confirm it, and trigger its first run.
Creates a pipeline from a YAML file in a repository, retrieves it to confirm creation, and starts an initial run.
1
createPipeline
pipelines_create
Create a YAML pipeline pointed at the supplied YAML path in an Azure Repos Git repository.
2
confirmPipeline
pipelines_get
Fetch the pipeline by ID to confirm it was created and capture its revision.
3
runPipeline
runs_run
Trigger an initial run of the new pipeline against the requested branch.