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
{{ message }}
This repository was archived by the owner on Mar 1, 2019. It is now read-only.
In that image, I'm on https://buildkite.com/.../builds?branch=feature%2Fsplit-pipeline, that is, the list of builds for the feature/split-pipeline branch. I clicked "New Build", and it suggested "develop". As suggested in the image, it could instead suggest the feature/split-pipeline branch. The same would be true if I was looking at a specific build of this branch (the build in the background of the image is number 324, so if I was on https://buildkite.com/.../builds/324).
If there's an expectation that most "New Builds" would be on the repo's default branch, alternatives could be:
radio boxes like:
develop (or whatever the default branch is)
feature/split-pipeline (if there's a current branch)
[Other] (as a text box, and clicking in it automatically checks the radio box)
autocompletion of branches buildkite knows about
(Or possibly all three: radio boxes, with the current branch chosen by default, along with autocompletion in the Other box!)