Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 992 Bytes

Git_plugin_install.MD

File metadata and controls

27 lines (20 loc) · 992 Bytes

Configure Git pulgin on Jenkins

Git is one of the most popular tool for version contorl system. you can pull code from git repositories using jenkins if you use github plugin.

Follow this artical in YouTube

Prerequisites

  1. Jenkins server **Get Help Here

Install Git on Jenkins server

Install git packages on jenkins server

  yum install git -y

Setup Git on jenkins console

  • Install git plugin without restart

    • Manage Jenkins > Jenkins Plugins > available > github
  • Configure git path

    • Manage Jenkins > Global Tool Configuration > git

Next Steps