This is part of the Fake.BuildServer.Bitbucket module.
BitbucketPipelinesEnvironment
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.BuildNumber(...)
Signature: string
|
The unique identifier for a build. It increments with each build and can be used to create unique artifact names. |
BitbucketPipelinesEnvironment.CI
Signature: string
|
Default value is true. Gets set whenever a pipeline runs. |
BitbucketPipelinesEnvironment.CloneDir
Signature: string
|
The absolute path of the directory that the repository is cloned into within the Docker container. |
BitbucketPipelinesEnvironment.Commit
Signature: string
|
The commit hash of a commit that kicked off the build |
BitbucketPipelinesEnvironment.DeploymentEnvironment(...)
Signature: string
|
The URL friendly version of the environment name. |
BitbucketPipelinesEnvironment.PrId
Signature: string
|
The pull request ID Only available on a pull request triggered build. |
BitbucketPipelinesEnvironment.RepoFullName(...)
Signature: string
|
The full name of the repository (everything that comes after http://bitbucket.org/). |
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.RepoUuid
Signature: string
|
The UUID of the repository. |
BitbucketPipelinesEnvironment.Tag
Signature: string
|
The tag of a commit that kicked off the build. This value is only available on tags. |