concourse-git-bitbucket-pr-resource
concourse-git-bitbucket-pr-resource copied to clipboard
:rocket: Concourse CI resource for tracking git branches of Bitbucket pull-requests
+ created=1637670734 ++ curl -sSL -u sXXXXXXXXXX4:NEXXXXXXXXXXXXXXXXX https://api.bitbucket.org/2.0/repositories/aarp_appdev/cq/commit/8cc05016c7b5 + commit_details='{"data": {"shas": ["8cc05016c7b5"]}, "type": "error", "error": {"message": "Commit not found", "data": {"shas": ["8cc05016c7b5"]}}}' ++ echo -E '{"data": {"shas": ["8cc05016c7b5"]}, "type": "error",...
Ran into an issue after finally turning on build gating where older PRs were not being rebuilt in concourse. This appears to be caused by the check function only returning...
Thank you for this great resource - I've been using it for a bunch of projects. To that end, I've hit the pain point of having to update my bitbucket...