feedback icon indicating copy to clipboard operation
feedback copied to clipboard

CCMenu API does not work with wildcard branch filters

Open shuber opened this issue 9 years ago • 4 comments

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*

shuber avatar Aug 03 '16 17:08 shuber

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

keithpitt avatar Aug 05 '16 01:08 keithpitt

Nice that sounds great to me!

shuber avatar Aug 05 '16 01:08 shuber

Hey @keithpitt ! That proposed functionality in your comment would be fantastic for us as well, are there any plans to implement this ?

Cheers

m-kendra avatar Jul 06 '18 00:07 m-kendra

I look forward to this type of functionality being implemented, it shouldn't be too difficult!

daande avatar Jan 02 '20 21:01 daande