Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Atlassian Bitbucket Pipelines build system support #918

Closed
devlead opened this issue May 25, 2016 · 0 comments
Closed

Add Atlassian Bitbucket Pipelines build system support #918

devlead opened this issue May 25, 2016 · 0 comments
Assignees
Labels
Milestone

Comments

@devlead
Copy link
Member

devlead commented May 25, 2016

Atlassian's retiring their Bamboo Cloud offering replacing with Bitbucket Pipelines and would be nice if Cake supported it.

I'm already on the closed beta testing this, so assigning issue to me.

Documentation here

Environment variables of interest:

Default variable Description
BITBUCKET_COMMIT The commit hash of a commit that kicked off the build
BITBUCKET_BRANCH The branch on which the build was kicked off. This value is only available on branches.
BITBUCKET_TAG The tag of a commit that kicked off the build. This value is only available on tags.
BITBUCKET_REPO_SLUG The URL-friendly version of a repository name. For more information, see What is a Slug.
BITBUCKET_REPO_OWNER The name of the account in which the repository lives

Note: BITBUCKET_BRANCH and BITBUCKET_TAG are mutually exclusive. If you use both, only one will have a value.

@devlead devlead added this to the v0.13.0 milestone May 25, 2016
@devlead devlead self-assigned this May 25, 2016
@patriksvensson patriksvensson modified the milestones: v0.14.0, v0.13.0 Jun 5, 2016
@patriksvensson patriksvensson modified the milestones: v0.14.0, v0.15.0 Jun 26, 2016
devlead added a commit to devlead/cake that referenced this issue Jul 25, 2016
devlead added a commit to devlead/cake that referenced this issue Jul 25, 2016
devlead added a commit to devlead/cake that referenced this issue Jul 25, 2016
gep13 added a commit that referenced this issue Jul 25, 2016
GH-918: Adds Atlassian Bitbucket Pipelines support
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants