-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
Description
Contact Details
What happened?
The creator filter for bk build list is returning the right build.
By running
% bk build list -p test-pipeline --state running
I get valid output:
Number State Message Started (UTC) Finished (UTC) Duration URL
-------------------------------------------------------------------------------------------------------
9668 running test 2025-09-05T12:22:29Z - 8m59s (running) https://buildkite.com/company/test-pipeline/builds/number
However, when adding --creator filter, it's not returning builds, even if this build is triggered by myself.
% bk build list -p test-pipeline --state running --creator myemail@company.com
No builds found matching the specified criteria.
Could you please check this filter? Or I'm using the filter in a wrong way?
Version
3.11.0
What environment are you seeing the problem on?
No response
Relevant log output
No builds found matching the specified criteria.