简体   繁体   English

使用jenkins设置github仓库

[英]Setting up github repository with jenkins

I would like to know the steps to add a github repository to jenkins server.It will be really helpful if someone could suggest a manual. 我想知道将github仓库添加到jenkins服务器的步骤,如果有人可以建议手册的话,这将非常有帮助。

Thanks and regards, Newbie_in 谢谢和问候,Newbie_in

You will want to install the these plugins: 您将需要安装以下插件:

The former will enable you to check out code from at git repository by providing a URL and credentials. 前者将使您能够通过提供URL和凭据从git存储库中检出代码。

The latter will enable you to configure hooks and more between from and jenkins (eg trigger a build automatically on push to a branch). 后者将使您能够配置from和jenkins之间的钩子和更多内容(例如,在推送到分支时自动触发构建)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM