Skip to content

[Bug]: bk build list --creator option results in "No builds found" #530

@facingfrost

Description

@facingfrost

Contact Details

wanglinhan0530@gmail.com

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions