Name | Description | Type | Usage Example | |
---|---|---|---|---|
EmailAddress | The email address of the user | String | $Build.StartedBy.EmailAddress$ | mmoss@reynholmindustries.co.uk |
FirstName | The first name of the user | String | $Build.StartedBy.FirstName$ | Maurice |
FullName | The full name of the user (a concatenation of FirstName and LastName) | String | $Build.StartedBy.FullName$ | Maurice Moss |
LastName | The last name of the user | String | $Build.StartedBy.LastName$ | Moss |
UserName | The Continua CI username for the user | String | $Build.StartedBy.Username$ | mmoss |