Hi,
I wish to use the Bitbucket REST API to GET build statuses.
To request "get a specific build status" I need to provide parameters
My challenge is on how to get the build status "keys" associated with the "commitId".
I am aware of the request "get build statuses for commit", but it indicates that its deprecated.
This with the comment:
I don't see any entries in the "repository based builds resource" which allow me to get the build statuses for a commit.
What am I expected to use?
Please help...
It is possible to get a build status commit using the Bitbucket Command Line Interface (CLI)
Also, please refer to this article for more info Bitbucket CLI examples
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.