-
Notifications
You must be signed in to change notification settings - Fork 0
Queue Build
Sandor edited this page Oct 9, 2016
·
3 revisions
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.
You will find the task in the "Utility" category.
- 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.