Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们有很长的构建时间,有时会有一小部分 CI 构建等待构建,在我看来 CI 总是构建“最新源”,而不一定是“存储库头加上签入时的变更集”——是吗正确的?如果是这样,等待队列的每个构建完成是没有意义的,我还不如取消除最后一个之外的所有构建?
如果您想累积直到上一个构建完成,听起来您更喜欢使用滚动构建。