GitLabAliases.

GitLabSetPipelineNameAsync(ICakeContext, string, string, ProjectId, long, string) Method

Summary

Updates the name of the specified pipeline
Assembly
Cake.GitLab.dll
Namespace
Cake.GitLab
Containing Type
GitLabAliases

Syntax

public static Task GitLabSetPipelineNameAsync(this ICakeContext context, string serverUrl, string accessToken, ProjectId project, long pipelineId, string name)

Attributes

Type Description
NullableContextAttribute
AsyncStateMachineAttribute
CakeMethodAliasAttribute
CakeAliasCategoryAttribute

Parameters

Name Type Description
context ICakeContext The current Cake context
serverUrl string The url of the GitLab server
accessToken string The access token for authenticating to the GitLab server
project ProjectId The path (name and namespace) or id of the project to get the pipeline data for.
pipelineId long The id of the pipeline to load data for.
name string The name to set the pipeline name to.

Return Value

Type Description
Task