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
What would you like to be added:
同一个Stage下,存在依赖的Job,在前置Job失败重试后, 后续依赖的Job也会自动重试
eg. 某个Stage 下有1、2、3 三个job , 3依赖于2依赖于1
1失败后,点击此Job下的重试,无法触发后续的2、3执行
导致此次构建作废,只能重新构建
Why is this needed:
虽然点击Stage里的重试可以触发1、2、3全部重新执行
但若误点了1的重试,此次构建就作废了