简体   繁体   中英

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.

Thanks and regards, 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.

The latter will enable you to configure hooks and more between from and jenkins (eg trigger a build automatically on push to a branch).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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