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.
我在 Github 上有几个项目,我想将它们链接到 Jenkins,以便自动化测试并提高代码质量。
有没有免费的在线方法可以做到这一点?
git jenkins 插件允许您将Jenkins 作业链接到 git 存储库(包括 GitHub)。然后使用自定义操作来运行单元测试。