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.
我需要在 GIT 中建立一个依赖于不同 repos 的其他 2 个工作的工作。
仅当其他 2 个作业已经从不同的 repo 和分支机构运行时,才需要运行主要作业。
所以,这是场景:
Repo A 从一个 repo X 构建,branch master
Repo B 将从第二个 repo Y 分支 master 构建
然后,一旦这 2 个作业成功运行,则需要运行作业 3 Repo C 以从 repo Z 构建
谁能指导我如何在 Jenkins 中为 GIT 配置它?