Video: Jenkins with Gitlab Integration Demo || How to Integrate Gitlab with Jenkins using SSH Connection

Channel: BCReddy Devops

Acerca de

In this video we discussed about the how to integrate Jenkins with GitLab .

STEP 01 Install GitLab Plugins on Jenkins Server

GitLab Plugin

GitLab API Plugin

GitLab Authentication Plugin

STEP 02 Create Personal Access Token on GitLab

STEP 03 Add GitLab Personal Access Token to Jenkins

Jenkins Credentials System Global Credentials Add Credentials

STEP 04: Configure GitLab API Settings on Jenkins Server

Manage Jenkins Configure System.

STEP 05: Allow GitLab Build Commit Push-Pull Authentication To GitLab

Using SSH public-Private Key Pair

Create SSH Key Pair on Jenkins Server

Provide Private Key To Jenkins

Using Plain Credentials - Username Password

STEP 06:Push Local Project To GitLab