buildkite / feedback

Got feedback? Please let us know!
https://buildkite.com
25 stars 24 forks source link

Disable "Rebuild" button on triggered builds or replace triggered build with rebuild #511

Open joscha opened 4 years ago

joscha commented 4 years ago

When I have a pipeline that looks like this:

Pipeline X:    * A -> * B (sync trigger) -> * C
Pipeline Y:            `- D -> E (fails)

then people go to pipeline Y to find out what's wrong and often they try and use the Rebuild button. However clicking the Rebuild button kicks off a new instance of pipeline Y with the same parameters, but no connection to the build run in pipeline X, hence pipeline X won't go green by doing that. The right way to get the whole run to green is to just retry step E, but that is not very obvious.

Is it possible to:

loosely related to #467

cc @alextreppass