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.
我有一个任务(任务 #1),我为其提供了参数,它被另一个作业调用。调用作业调用(任务 #1)3 次,我希望 3 个调用同时运行。是不是因为我在同一台机器上运行 3 是不可能的?不然我怎么办?
谢谢
你应该能够做到。几乎在作业配置页面的顶部是“必要时执行并发构建”设置。启用它,如果你有足够的执行器可用,你应该没问题。