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 int PipelineId { get; }
Value
Type | Description |
---|---|
int | The unique build ID. |