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
We have an option to finish the build early when the option fast_finish was given. But this (intentionally) does not cancel the rest of the build jobs, which continue to run.
A customer would like to cancel all jobs once one job has failed.
We have an option to finish the build early when the option
fast_finishwas given. But this (intentionally) does not cancel the rest of the build jobs, which continue to run.A customer would like to cancel all jobs once one job has failed.