DevOps

How to Manually Install Jenkins plugin

Now days Jenkins is more popular for continuous integration build tool, Jenkins provides thousands of Jenkins plugin which help to improve Jenkins functionality. You can directly installed plugin from manage plugin options, but sometime your Jenkins server machines do not have internet connectivity that time you need to install manually Jenkins plugin. Jenkins has plugin repository where you can download .hpi file and upload it your server. In this article i am sharing our finding with you how to install plugin manually in Jenkins.

If you haven’t installed Jenkins,You can follow the following steps to successfully install your plugins.

How To Install manually Jenkins plugin

Step 1: First download plugin from Jenkins plugin directory.
https://updates.jenkins-ci.org/download/plugins/

Step 2: Here you find your desired plugin and clicked on plugin name, now .hpi file will downloaded.

Related Post

Step 3: Now open Jenkins and go to Manage Jenkins > Manage Plugins > Advance configuration(tab)

Step 4: Upload your-plugin.hpi file and save.

Step 5: Restart Jenkins.

I hope it help you.

View Comments

Recent Posts

What is the Purpose of php_eol in PHP?

in this quick PHP tutorial, We'll discuss php_eol with examples. PHP_EOL is a predefined constant in PHP and represents an… Read More

2 months ago

Laravel Table Relationship Methods With Example

This Laravel tutorial helps to understand table Relationships using Elequonte ORM. We'll explore laravel table Relationships usage and best practices… Read More

2 months ago

Exploring the Power of Laravel Eloquent Join?

We'll explore different join methods of Laravel eloquent with examples. The join helps to fetch the data from multiple database… Read More

2 months ago

Quick and Easy Installation of Laravel Valet

in this Laravel tutorial, We'll explore valet, which is a development environment for macOS minimalists. It's a lightweight Laravel development… Read More

3 months ago

What is Laravel Soft Delete and How Does it Work?

I'll go through how to use soft delete in Laravel 10 in this post. The soft deletes are a method… Read More

3 months ago

Common Practices for Laravel Blade Template

in this Laravel tutorial, I will explore common practices for using the Laravel Blade template with examples. Blade is a… Read More

3 months ago

Categories