pluggin installation

Configure Git pulgin on Jenkins

Git is one of the most popular tools for version control. You can pull code from Git repositories using Jenkins if you use the Git/GitHub plugin.

Follow this artical in YouTubearrow-up-right

circle-info

Prerequisites

1

Install Git on Jenkins server

Install git packages on Jenkins server:

Install git
yum install git -y
2

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