BuildPipeline
Request (queue) a build in Azure DevOps.
Target Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Azure DevOps Cloud Account |
| Yes | The Azure DevOps account with all the required properties like Organization, and Personal Access Token for running Azure DevOps Instance. |
Azure CLI Path |
| Yes | The path to the directory where Azure CLI is installed. |
Interval between status check |
| No | The Interval between build pipeline status check. |
Number of Iterations |
| No | The Number of Iterations to perform the build pipeline status check. |
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Definition Id |
| No | The Name of the definition to queue. |
Definition Name |
| No | The Id of the definition to queue. (Provide Either the Definition Id or Definition Name as input.) |
Queue Id |
| No | The Queue Id of the pool that will be used to queue the build. |
Commit Id |
| No | The Commit ID of the branch to build. |
Branch Name |
| No | The Name of the Branch to build. Required if there is not a default branch set up on the definition |
Project Name |
| Yes | The Name of the Project. |
Variables List |
| No | Provide double hash (##) separator variable key-value pairs of variable-group.( e.g. var1:value1##var2:value2. ) |
Package Name |
| Yes | The Name of the package ( providing it as the variables ) |
Artifacts
This operation does not produce or consume any artifacts.
Endpoint Selection
This operation will select all available endpoints associated to the target.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
Special Considerations
Make sure to Install the latest Azure CLI version. If you find this error “Failed to parse structured output from Universal Packages tooling (ArtifactTool) Exception: Expecting value: line 1 column 1 (char 0)”, run the following command to add the package libicu-devel
sudo yum install libicu-devel
- style