Note: This API documentation is for FAKE version 4. The migration API documentation can be found
here. The API documentation for the new fake 5 modules can be found
here
BitbucketPipelinesEnvironment
Bitbucket Pipelines environment variables as described
Static members
Static member | Description |
BitbucketPipelinesEnvironment.Branch
Signature: string
|
The branch on which the build was kicked off. This value is only available on branches. |
BitbucketPipelinesEnvironment.Commit
Signature: string
|
The commit hash of a commit that kicked off the build |
BitbucketPipelinesEnvironment.RepoOwner
Signature: string
|
The name of the account in which the repository lives |
BitbucketPipelinesEnvironment.RepoSlug
Signature: string
|
The URL-friendly version of a repository name. |
BitbucketPipelinesEnvironment.Tag
Signature: string
|
The tag of a commit that kicked off the build. This value is only available on tags. |