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.
我认识到在部署组内的代理之间同时运行发布管道任务是一个坏主意——在某些常见情况下,所有代理同时发生故障可能会非常糟糕。
但是,有没有办法让一个阶段内的部署组同时启动他们的任务?
谢谢。
作为一种解决方法,您可以将多个部署组拆分为多个阶段,并在一个阶段运行一个部署组,以便您可以并行运行它们。