詹金斯:同时使用 "Build after other projects are built" 和 "Build periodically"
Jenkins : Use "Build after other projects are built" and "Build periodically" at the same time
我有两份工作,p1 和 p2。
触发p2的条件:
p1 构建完成
每周一
但我知道"Build after other projects are built"和"Build periodically"不会同时触发。
有什么办法可以解决吗?
是:创建作业 p3 而不是在 p1 完成时触发作业 p2。并定期将 p2 安排到 运行。
我有两份工作,p1 和 p2。
触发p2的条件:
p1 构建完成
每周一
但我知道"Build after other projects are built"和"Build periodically"不会同时触发。 有什么办法可以解决吗?
是:创建作业 p3 而不是在 p1 完成时触发作业 p2。并定期将 p2 安排到 运行。