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.
目前,我的 Hudson 构建设置为从 GitHub 提取代码。在 Hudson 构建配置中,在“源代码控制管理”->“存储库 URL”下,我有类似的内容:
git@github.com:{companyname}/{reponame}.git
有什么方法(以及语法是什么)将构建指向我的本地存储库,即在我的盒子上?
假设您的工作人员可以访问本地文件,它看起来像这样 -
file:///path/to/file/repo/project.git
只需使用file://前缀即可到达那里。
file://