CiBuildRun.Attributes.DestinationCommit
The latest commit of a pull request’s target branch or the source commit for builds that aren’t pull request builds.
Declaration
object CiBuildRun.Attributes.DestinationCommitProperties
| 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. |