Summary
Gets the build identifier which is identical to
BuildNumber
starting from Jenkins 1.597 and a YYYY-MM-DD_hh-mm-ss timestamp for older builds.
- Namespace
- Cake
.Common .Build .Jenkins .Data - Containing Type
- JenkinsBuildInfo
Syntax
public string BuildId { get; }
Value
Type | Description |
---|---|
string | The build identifier. |