I have installed Jenkins plugins in two ways i.e. manually keeping the .hpi
file in Jenkins home directory, and installing from Jenkins front-end (Manage Jenkins > Manage Plugins).
What I notice here is when I install the plugin manually (downloaded as .hpi
file) it installed with extension .hpi
and while installing the plugin through Jenkins front-end I notice that plugin again installed as .jpi
.
But why? What is going on in the background? I know functionality won't change but it looks interesting to know.