BitbucketPipelinesRepositoryInfo.

Tag Property

Summary

Gets the tag on which the build was kicked off. This value is only available when tagged.

Syntax

public string Tag { 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 tag.