BitbucketPipelinesRepositoryInfo.

Branch Property

Summary

Gets the branch on which the build was kicked off. This value is only available on branches.

Syntax

public string Branch { get; }

Remarks

Note: Branch and Tag are mutually exclusive. If you use both, only one will have a value.

Value

Type Description
string The SCM branch.