FAKE - F# Make


BitbucketPipelinesEnvironment

Bitbucket Pipelines environment variables as described

Static members

Static memberDescription
Branch
Signature: string

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

Commit
Signature: string

The commit hash of a commit that kicked off the build

RepoOwner
Signature: string

The name of the account in which the repository lives

RepoSlug
Signature: string

The URL-friendly version of a repository name.

Tag
Signature: string

The tag of a commit that kicked off the build. This value is only available on tags.

Fork me on GitHub