I had a problem working with Jenkins using subordinates. Work is Maven's work, which updates the code from svn, and then builds and runs the tests, this project works well in both the master and the slave as a stand-alone project. The problem is when Master runs this project on a slave, in this case I see:
... Svn Update OK Error: Maven Home c:\maven doesnΒ΄t exist
Both servers have maven in this directory, and both servers can run the build without installing master / slave.
Do you see what is happening? Any clues?
Many thanks,
Santiago
source share