Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Updating jenkins plugin from source

I currently have Build User Vars Plugin 1.1 installed in my Jenkins. Since version 1.1 of the plugin, there has been some important changes to the plugin code, and I want to pick them up. The question is what is the least amount of work to package up the hpi/jpi file that I can push on my Jenkins install that will contain latest changes.

like image 952
Oleksiy Avatar asked Sep 06 '25 03:09

Oleksiy


1 Answers

It's fairly easy to build a plugin locally; you can then upload the hpi/jpi file to Jenkins via the Advanced tab in the plugin manager.

See the Jenkins plugin tutorial for detailed steps.

like image 120
gareth_bowles Avatar answered Sep 08 '25 00:09

gareth_bowles