You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What Operating System are you using (both controller, and any agents involved in the problem)?
Ubuntu 22.04.4 LTS
Reproduction steps
My project has 30 branches
Build Triggers
Build when a change is pushed to GitLab. GitLab webhook URL: xxx
Advanced
Filter branches by name
Type branch name e.g., test to Include text field
Expected Results
Matching 1 branch.
Actual Results
There is a yellow warning message → Warning : Following patterns don't match any branch in source repository
Anything else?
If I type lower alphabet branch e.g., apple-test It can be found.
I think the root cause that is check only first 20 branches with ASC alphabet order.
Could we configure the count of branches?