Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

I want to know Jenkins plugin update url

Tags:

jenkins

I have installed Jenkins in my pc and I proceeded SetupWizard. After unlocking, it was appeared to be offline. I was in company and it was blocked to out of company's network.(Something like fire wall) If I know about url or ip-address of update site, I can proceed plugin installation. How can I know that?

like image 336
Soohwan Kim Avatar asked Apr 17 '18 06:04

Soohwan Kim


People also ask

How can I see Jenkins plugins?

Navigate to the Manage Jenkins > Manage Plugins page in the web UI. Click on the Advanced tab. Choose the . hpi file from your system or enter a URL to the archive file under the Deploy Plugin section.

How do I Install a Jenkins plugin?

Step 1: To install a plugin, go to the Jenkins Dashboard and click on Manage Jenkins. Step 2: Scroll down and select Manage Plugins. Step 3: Go to the Available tab and in the filter option, search for the plugins which you want to install. Step 4: Select that plugins and click on Install without restart button.

Where is Jenkins plugin CLI?

By default it will be in ~/. cache/jenkins-plugin-management-cli , if the user doesn't have a home directory when it will go to: $(pwd)/. cache/jenkins-plugin-management-cli .


1 Answers

The update center URL is by default http://updates.jenkins-ci.org/update-center.json

You find / configure this in Manage Jenkins > Manage Plugins > Advanced.

like image 95
StephenKing Avatar answered Sep 19 '22 22:09

StephenKing