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
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.