This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.GitLab.
Summary
Gets data about a GitLab CI pipeline
Syntax
public static Task<Pipeline> GitLabGetPipelineAsync(this ICakeContext context, ProjectConnection projectConnection, long pipelineId)
Attributes
| Type |
Description |
| AsyncStateMachineAttribute |
|
| CakeMethodAliasAttribute |
|
| GeneratedCodeAttribute |
|
| CakeAliasCategoryAttribute |
|
Parameters
| Name |
Type |
Description |
| context |
ICakeContext |
|
| projectConnection |
ProjectConnection |
|
| pipelineId |
long |
|
Return Value
| Type |
Description |
| Task<Pipeline> |
|