Skip to content

Queue Build

Sandor edited this page Oct 10, 2016 · 3 revisions

Icon

With this task, you can queue another build with specified parameters.

One common use case is when you need to run a build but want to use Windows Only Tasks such as GitVersion.

Add the task to your Build or Release Definition

Add-Tasks

You will find the task in the "Utility" category.

Configuration

Configure-QueueBuild

General

  • Build Definition Selection Mode - Choose if you want to pick the build from a list or enter its Id.
  • Build Definition - Pick the build definition from the list or enter its Id.
  • Parameters to set when queueing the build - Parameters you want to provide to the queued build. Use the syntax parameterName => "parameter value"
  • Ignore queue build warnings - This must be set if your build is subject to temporary warnings, leave it blank if you want queue build warning to be considered as errors.
Clone this wiki locally