RunPipeline
Runs a pipeline with the specified configuration.
Input
| Name | Type | Required | Description |
| ProjectId | String | True | Id or name of the project. |
| PipelineId | Integer | True | Id of the pipeline. |
| PipelineVersion | Integer | False | The version of the pipeline to run. |
| Resources | String | False | The resources the run requires. |
| Variables | String | False | The list of variables and values for use during pipeline execution. |
| StagesToSkip | String | False | Array of stage names to skip. |
| TemplateParameters | String | False | Key-Value map of parameter values for use during pipeline execution. |
Result Set Columns
| Name | Type | Description |
| State | String | Current state of pipeline execution on server. |
| RunId | String | Id of generated Run object. |
| RunName | String | Name of generated Run object. |
| RunHref | String | Link to generated Run object. |
| CreatedDate | Datetime | Creation date of generated Run object. |