Azure DevOps · Arazzo Workflow
Azure DevOps Provision a Build Definition and Run It
Version 1.0.0
Create a build definition, confirm it, and queue its first build.
Provider
Workflows
provision-build-definition
Create a build definition, confirm it, and queue its first build.
Creates a build definition, retrieves it to confirm creation, and queues an initial build.
1
createDefinition
definitions_create
Create the build definition from the supplied definition body.
2
confirmDefinition
definitions_get
Fetch the build definition by ID to confirm it was created and capture its current revision.
3
queueFirstBuild
builds_queue
Queue an initial build against the newly created definition.