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

[Feature request] Add support for Bitbucket Pipelines #539

Open
cedx opened this issue Nov 9, 2021 · 0 comments
Open

[Feature request] Add support for Bitbucket Pipelines #539

cedx opened this issue Nov 9, 2021 · 0 comments

Comments

@cedx
Copy link

cedx commented Nov 9, 2021

Like the GitHub "checks" badge, but for Bitbucket. Not sure if this is possible...

Bitbucket provides a dedicated REST API, it seems that we must get the more recent pipeline from this endpoint:
https://developer.atlassian.com/cloud/bitbucket/rest/api-group-pipelines/#api-repositories-workspace-repo-slug-pipelines-get

Next, with the uuid of this pipeline, we can get its state:
https://developer.atlassian.com/cloud/bitbucket/rest/api-group-pipelines/#api-repositories-workspace-repo-slug-pipelines-pipeline-uuid-get

@cedx cedx changed the title [Feature requests] Add support for Bitbucket Pipelines [Feature request] Add support for Bitbucket Pipelines Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant