Skip to end of banner
Go to start of banner

queueBuild

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 71 Current »

See also: Actions

Description

Queue a build to run. If a build number is provided (number parameter or 3 part build key), an existing failed or incomplete build can be restarted. If wait is specified, the action will not complete until the queued build completes or the timeout period elapses. The action will fail if the build fails unless continue parameter is used to ignore a failed result. A specific revision can be built if the revision parameter is specified. Plan variables can be set using the field and value parameters. Plans with manual stages can be automatically continued to a specific stage or @ALL using the stage parameter provided wait is also used. Conditional queuing is supported - see the documentation for details.

Required Parameters

plan or build

Optional Parameters

branch, revision, number, wait, stage, continue, timeout, dateFormat, field, field1, value1, field2, value2, reference

Type

Start

Category

Builds

Output Formats

Replacement Variables

build, buildNumber, buildState, buildRestartCount

Since Version

Examples

queueBuild

Related How To's

  • No labels