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.
有没有其他人注意到一组矩阵构建的父作业似乎仍然在配置中的“构建”部分之前做任何事情?
这意味着像删除工作区和源代码管理这样的事情发生在运行父作业的节点上,即使我看不出你什么时候会想要它以及它有什么用处。
特别是,当使用自定义的共享工作区时,这意味着矩阵的父作业可以压倒使用相同工作区的其他作业。
有人知道为什么吗?更重要的是,我该如何阻止这种情况发生?