Summary
Gets the email of the user who started the build.
- Namespace
- Cake
.Common .Build .GitLabCI .Data - Containing Type
- GitLabCIBuildInfo
Syntax
public string UserEmail { get; }
Value
Type | Description |
---|---|
string | The email address of the user. |