Buildkite · Arazzo Workflow
Buildkite Provision Pipeline And First Build
Version 1.0.0
Create a pipeline in an organization, then trigger its first build.
View Spec
View on GitHub
CI/CDContinuous IntegrationContinuous DeliveryDevOpsPipelinesHybrid CIBuild AutomationTest EnginePackage RegistriesAgentsGraphQLRESTMCPWebhooksArazzoWorkflows
Provider
Workflows
provision-pipeline-and-first-build
Create a pipeline and kick off its first build.
Creates a pipeline from a repository and step configuration, confirms the created pipeline, and triggers an initial build on the supplied branch.
1
createPipeline
createPipeline
Create a new pipeline in the organization with the supplied repository and step configuration.
2
confirmPipeline
getPipeline
Read the created pipeline back to confirm it exists and capture its default branch.
3
triggerFirstBuild
createBuild
Trigger the first build on the newly created pipeline for the supplied branch and commit.