Skip to content
This repository was archived by the owner on Mar 1, 2019. It is now read-only.
This repository was archived by the owner on Mar 1, 2019. It is now read-only.

Clicking "New Build" when looking at a specific build or a "Builds for branch" could autofill that branch #623

@huonw

Description

@huonw

For instance:

image

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!)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions