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.
我对 Jenkins 有疑问,我有一个约 30 个步骤的作业,调用 maven。我有一台从机运行这项工作,问题是有时从机断开连接,詹金斯停止工作。我的问题是,如果出现任何连接错误,有什么办法可以说詹金斯继续执行列表中的下一步?顺便说一句,我曾考虑将每个 maven 调用放在单独的工作中,但我想知道我的要求是否可行。非常感谢您提前。