Commit¶
object Commit
Variables related to commits.
Types¶
Ref¶
object Ref
Variables that relate to the reference this pipeline is building (e.g. a tag or a branch).
Properties¶
author¶
branch¶
The commit branch name.
Available in branch pipelines, including pipelines for the default branch. Not available in merge request pipelines or tag pipelines.
description¶
const val description: String
message¶
previousCommitSha¶
const val previousCommitSha: String
Previous latest commit present on a branch. Is always 0000000000000000000000000000000000000000 in merge request pipelines.