FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

BitbucketPipelines.BitbucketPipelinesEnvironment Type

Contains references to Bitbucket Pipeline environment variables See the official documentation for details.

Static members

Static member Description

BitbucketPipelinesEnvironment.Branch

Full Usage: BitbucketPipelinesEnvironment.Branch

Returns: string

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

Returns: string

BitbucketPipelinesEnvironment.BuildNumber

Full Usage: BitbucketPipelinesEnvironment.BuildNumber

Returns: string

The unique identifier for a build. It increments with each build and can be used to create unique artifact names.

Returns: string

BitbucketPipelinesEnvironment.CI

Full Usage: BitbucketPipelinesEnvironment.CI

Returns: string

Default value is true. Gets set whenever a pipeline runs.

Returns: string

BitbucketPipelinesEnvironment.CloneDir

Full Usage: BitbucketPipelinesEnvironment.CloneDir

Returns: string

The absolute path of the directory that the repository is cloned into within the Docker container.

Returns: string

BitbucketPipelinesEnvironment.Commit

Full Usage: BitbucketPipelinesEnvironment.Commit

Returns: string

The commit hash of a commit that kicked off the build

Returns: string

BitbucketPipelinesEnvironment.DeploymentEnvironment

Full Usage: BitbucketPipelinesEnvironment.DeploymentEnvironment

Returns: string

The URL friendly version of the environment name.

Returns: string

BitbucketPipelinesEnvironment.PrId

Full Usage: BitbucketPipelinesEnvironment.PrId

Returns: string

The pull request ID Only available on a pull request triggered build.

Returns: string

BitbucketPipelinesEnvironment.RepoFullName

Full Usage: BitbucketPipelinesEnvironment.RepoFullName

Returns: string

The full name of the repository (everything that comes after http://bitbucket.org/).

Returns: string

BitbucketPipelinesEnvironment.RepoSlug

Full Usage: BitbucketPipelinesEnvironment.RepoSlug

Returns: string

The URL-friendly version of a repository name.

Returns: string

BitbucketPipelinesEnvironment.RepoUuid

Full Usage: BitbucketPipelinesEnvironment.RepoUuid

Returns: string

The UUID of the repository.

Returns: string

BitbucketPipelinesEnvironment.Tag

Full Usage: BitbucketPipelinesEnvironment.Tag

Returns: string

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

Returns: string