100daysDevopsDay69HowtoInstallPluginsInJenkins

Опубликовано: 06 Июль 2026
на канале: RockStarDevKnowledge88
5
0

Let's dive into the next phase of your Jenkins setup: installing the necessary source code management (SCM) tools!

Here is the step-by-step guide in English to install the Git and GitLab plugins.

Step 1: Access the Jenkins UI and Log In
First, we need to access the web interface and log in with the administrator account that given in the questions.

Username: admin

Password: Adm!n321

Step 2: Install Git and GitLab Plugins
Once logged into the Jenkins Dashboard, follow the navigation path to the Plugin Manager.

From the Jenkins Dashboard, navigate to Manage Jenkins.

On the management page, click on Manage Plugins.

Select the Available plugins tab.

In the filter/search box, search for and check the boxes next to:

Git plugin

GitLab Plugin (This provides integration with GitLab servers).

After selecting both, choose the option at the bottom of the page: Restart Jenkins when installation is complete and no jobs are running.

Step 3: Complete Installation and Verify
Jenkins will now download and install the plugins.

Wait for the restart: Jenkins will automatically restart after the installation completes. This process ensures all the new components are loaded correctly.

Verify: After Jenkins comes back online (you'll need to log in again), you can go back to Manage Jenkins → Manage Plugins → Installed plugins and confirm that both Git Plugin and GitLab Plugin are listed.

#kodekloudengineer #jenkins #100dayschallenge #sre #devops