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.GitLabAPICI.
Syntax
public static long ExecuteGitLabPipeline(this ICakeContext context, string gitLabUri, string gitLabToken, int projectId, string branch, string triggerToken)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
gitLabUri |
string |
|
gitLabToken |
string |
|
projectId |
int |
|
branch |
string |
|
triggerToken |
string |
|
Return Value