|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

by "slaves tools configuration became messed up" I mean:
we have 4 tools defined for each linux slave:
(JDK)jdk_6u24 = "/opt/jdk_6u24"
(Ant) ant1.8 = "/opt/ant1.8"
(JDK)jdk_6u31 = "/opt/jdk_6u31"
(Maven) maven3.0.3 = "/opt/maven"
After the upgrade it appeared as:
(Ant) ant1.8 = "/opt/jdk_6u24"
(Maven) maven3.0.3 = "/opt/ant1.8"
JDK installation names were removed, but the paths were mapped to the wrong tool names.