Hi all.
I'm trying to create a monitoring app for my pipelines builds.
Using this endpoint /repositories/{username}/{repo_slug}/pipelines/
According to documentation and many tries, there is no way to get latest builds or sorted list...
Any help, please.
Hello,
You can sort on latest builds with the "sort=created_on" query parameter.
For example:
https://api.bitbucket.org/2.0/repositories/{username}/{repository}/pipelines/?page=1&pagelen=10&sort=-created_on
Thanks,
Phil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.