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.
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.
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.
This tutorial helps integrate a PHP SDK with Laravel. We'll install aws-php-sdk into laravel application and access all aws services… Read More
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
This Laravel tutorial helps to understand table Relationships using Elequonte ORM. We'll explore laravel table Relationships usage and best practices… Read More
We'll explore different join methods of Laravel eloquent with examples. The join helps to fetch the data from multiple database… Read More
in this Laravel tutorial, We'll explore valet, which is a development environment for macOS minimalists. It's a lightweight Laravel development… Read More
I'll go through how to use soft delete in Laravel 10 in this post. The soft deletes are a method… Read More
View Comments
I like this post, enjoyed this one thanks for posting .
Very good post. I will be dealing with some of these issues as well..
Thanks for sharing your thoughts about jenkins .hpi file. Regards
The proper way to do.