feedback
feedback copied to clipboard
CCMenu API does not work with wildcard branch filters
I'd like to be able to filter by "my branches". All my branches are named something like sh/some-feature and always have the sh/ prefix. I've tried the following with no luck:
https://cc.buildkite.com/lendinghome.xml?access_token=xxx&branch=sh/*https://cc.buildkite.com/lendinghome.xml?access_token=xxx&branch=sh%2F*
Thanks for submitting this issue! What if we allowed something like this:
https://cc.buildkite.com/builds.xml?access_token=xxx
And that by default will just return your own builds across all your orgs and pipelines. If we just did searching by branch, it wouldn't work for builds created manually via the UI or builds you "unblock" for example.
We could then allow scoping like this:
https://cc.buildkite.com/builds.xml?access_token=xxx&organization=foo&pipeline=blah
Nice that sounds great to me!
Hey @keithpitt ! That proposed functionality in your comment would be fantastic for us as well, are there any plans to implement this ?
Cheers
I look forward to this type of functionality being implemented, it shouldn't be too difficult!