OBSOLETE
This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.
BitbucketPipelinesEnvironment
Bitbucket Pipelines environment variables as described
Static members
Static member | Description |
BitbucketPipelinesEnvironment.Branch
Signature: string
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. The branch on which the build was kicked off. This value is only available on branches. |
BitbucketPipelinesEnvironment.CI
Signature: string
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. Default value is true. Gets set whenever a pipeline runs. |
BitbucketPipelinesEnvironment.CloneDir
Signature: string
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. The absolute path of the directory that the repository is cloned into within the Docker container. |
BitbucketPipelinesEnvironment.Commit
Signature: string
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. The commit hash of a commit that kicked off the build |
BitbucketPipelinesEnvironment.RepoOwner
Signature: string
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. The name of the account in which the repository lives |
BitbucketPipelinesEnvironment.RepoSlug
Signature: string
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. The URL-friendly version of a repository name. |
BitbucketPipelinesEnvironment.Tag
Signature: string
Attributes: [<Obsolete("This API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module.")>] |
OBSOLETEThis API is obsolete. There is no alternative in FAKE 5 yet. You can help by porting this module. The tag of a commit that kicked off the build. This value is only available on tags. |