Summary
Gets the unique id of the current pipeline that GitLab CI uses internally.
- Namespace
- Cake
.Common .Build .GitLabCI .Data - Containing Type
- GitLabCIBuildInfo
Syntax
public long PipelineId { get; }
Value
| Type | Description |
|---|---|
| long | The unique build ID. |
