Unity · Arazzo Workflow
Unity Build Automation Trigger and Poll
Version 1.0.0
Confirm a build target, start a clean build, then poll the build until it succeeds or fails.
View Spec
View on GitHub
Game DevelopmentReal-Time 3DMultiplayerGame ServicesCloud GamingArazzoWorkflows
Provider
Workflows
build-trigger-and-poll
Verify a build target, start a build, and poll to completion.
Reads the build target, starts a clean build, then polls the build status, retrying while queued or running and ending on success or failure.
1
getBuildTarget
getBuildTarget
Confirm the build target exists and read its configuration before triggering a build.
2
startBuild
startBuild
Trigger a new clean build for the build target. The response is an array of started builds; the first element carries the build number.
3
pollBuild
getBuild
Poll the build status. Retry while the build is queued, sent to the builder, started or restarted; end when it reaches success or failure.