0 votes
in Jenkins by
How is a custom build of a core plugin deployed?

1 Answer

0 votes
by
How is a custom build of a core plugin deployed?

Steps to deploy a custom build of a core plugin:

Copy the .hpi file to $JENKINS_HOME/plugins

Remove the plugin's development directory

Create an empty file called <plugin>.hpi.pinned

Restart Jenkins and use your custom build of a core plugin

Related questions

0 votes
asked Dec 10, 2022 in Jenkins by SakshiSharma
0 votes
asked May 1, 2021 in Jenkins by rajeshsharma
...