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 void ExecuteGitLabJob(this ICakeContext context, string gitLabUri, string gitLabToken, int projectId, string branch, string triggerToken, long pipelineId, string jobName)
Attributes
Type |
Description |
CakeMethodAliasAttribute |
|
Parameters
Name |
Type |
Description |
context |
ICakeContext |
|
gitLabUri |
string |
|
gitLabToken |
string |
|
projectId |
int |
|
branch |
string |
|
triggerToken |
string |
|
pipelineId |
long |
|
jobName |
string |
|
Return Value