I know the jenkins.war
has options for the exploded war and plugins:
Running from: C:\apps\jenkins-2.303.2.war
webroot: $user.home/.jenkins
Jenkins Automation Server Engine 2.303.2
Usage: java -jar jenkins.war [--option=value] [--option=value]
Options:
--webroot = folder where the WAR file is expanded into. Default is ${JENKINS_HOME}/war
--pluginroot = folder where the plugin archives are expanded into. Default is ${JENKINS_HOME}/plugins
Also configurable via system property hudson.PluginManager.workDir
But is the plugin archive directory (where the .hpi/.jpi are stored) immutably ${JENKINS_HOME}/plugins
?
If so, is there a reason this is fixed? Was it a design decision or just overlooked?