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
I think namedConfig in list.go hasn't kept up with the user-x-builder-n notation, since it looks for a build config whose name is a prefix of the given buildlet name. Simply changing HasPrefix to Contains works for my case, but feels like an ugly solution.