Google News
logo
Java Jenkins - Interview Questions
Explain how you can deploy a custom build of a core plugin?
Below are the steps to deploy a custom build of a core plugin :
 
* Stop Jenkins.
* Copy the custom HPI to $Jenkins_Home/plugins.
* Delete the previously expanded plugin directory.
* Make an empty file called <plugin>.hpi.pinned.
* Start Jenkins.
Advertisement