buildkite / feedback

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

triggering build that is "skipped" stalls pipeline #310

Closed skunca closed 6 years ago

skunca commented 6 years ago

In a pipeline that triggers another pipeline that has the "Skip Intermediate Builds" option enabled, if the triggered build is skipped then the original pipeline just waits on the trigger step forever.

Is there any way to continue the original pipeline in such a case? Using async on the trigger doesn't work since we want to bail when triggered builds fail and async trigger steps never fail.

keithpitt commented 6 years ago

@skunca I rolled out a fix for this today! 🚀 The triggering step will now show as "skipped" in the UI and won't stall the pipeline.

Sorry it took a while to get out!