-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major
-
Component/s: gradle-jpi-plugin
-
None
ServerTask.groovy sets the JENKINS_HOME system property as follows:
System.setProperty("JENKINS_HOME",conv.workDir.getAbsolutePath())
If the system property is already set to another value, that value is overwritten.