|
||||||||
|
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/d/optout.

Hi Ulli,
at first sorry for the late response.
But the problem still occuurs.
On my Slave JAVA_HOME is set to Java 1.6.0_45 but the job runs directly with
Java 1.7.0_51.
My Slave doesn't include a copy of Xerces
(I haven't install Java on the Slave by my own, but i looked for Xerces.. nothing found on the machine).
When i run the Job on the master, everything is okay (on the master JAVA_HOME is set to Java 1.6.0_35 and
the job runs with Java 1.7.0_07).
Slave.jar is also up to date. Both, master and slave, are linux machines.
Do you have an idea, what the problem still could be?
Or is there a way to run the job on slave but search for the results on master
(for example i could copy the results after jobs build on master, but to my knowledge the
results will be also searched on slave when the build runs on slave, won't it?).
Thank you and Best regards