i-m-c / jenkins-inheritance-plugin

GNU Lesser General Public License v3.0
26 stars 34 forks source link

JDK Version in Base Project Configuration not inherited (JAVA_HOME not set in child) #26

Open tknerr opened 10 years ago

tknerr commented 10 years ago

I have just set the JDK Version to be used in the parent project. Next I made sure that the child project references the latest parent and started a build.

It failed because $JAVA_HOME was not set.

So I explicitly set the JDK version in the child as well and started the build again.

This time $JAVA_HOME was set and the build succeeded.

=> To me it seems like this setting was not inherited, but it should be

tknerr commented 10 years ago

Related: https://issues.jenkins-ci.org/browse/JENKINS-755

tknerr commented 10 years ago

Screenshot added: that's the one not getting inherited: jdk_not_inherited