【发布时间】:2013-04-01 13:49:44
【问题描述】:
我有一个配置为构建多个项目的 Jenkins 盒子,这些项目私下托管在 GitHub 上。每个项目都被分配了自己的部署密钥,并通过~/.ssh/config 别名,如this answer. 中所述
但是,现在我正在尝试通过https://user:pass@myci.example.com/github-webhook 的 GitHub 插件的 web 挂钩设置触发构建,但看起来我遇到了问题,因为我的作业配置了诸如 github-my-project:zacharydanger/my-project.git 之类的存储库和插件的无法识别它们,因为它试图将其匹配为 git@github.com:zacharydanger/my-project.git。
有解决办法吗?
【问题讨论】:
标签: git jenkins continuous-integration hudson