CiBuildRun.Attributes.SourceCommit
The latest commit of a Git branch or tag, or of a pull request’s source branch.
Declaration
object CiBuildRun.Attributes.SourceCommitProperties
| Name | Type | Description |
|---|---|---|
author | CiGitUser | The author of the commit. |
commitSha | string | The commit hash. |
committer | CiGitUser | The commit’s Git committer. |
message | string | The commit message. |
webUrl | uri | The commit URL. |