Summary
Gets how the pipeline was triggered.
- Namespace
- Cake
.Common .Build .GitLabCI .Data - Containing Type
- GitLabCIBuildInfo
Syntax
public GitLabCIPipelineSource? Source { get; }
Value
Type | Description |
---|---|
Git |
The trigger of the pipeline as GitLabCIPipelineSource or null if the trigger could not be determined.
|