Community
Participate
Working Groups
I'm a project lead of the WTP Incubator project - JPA Diagram Editor and today I've committed some minor changes and seems that the build fails with the error: ------------------------------------------ Started by user sdimov Building remotely on windows7tests [cbi-wtp.inc-jpaeditor] $ cvs -q -z3 update -PdC -D "Thursday, September 30, 2010 1:25:10 PM CUT" cvs update: dying gasps from dev.eclipse.org unexpected $ no changes detected FATAL: Couldn't find any executable in /shared/common/apache-maven-3.0-beta-1 Recording test results Archiving artifacts You may check it here: https://hudson.eclipse.org/hudson/job/cbi-wtp.inc-jpaeditor/
I think I've found the reason. We don't restrict our Hudson Job to run on specific Hudson node. The failed builds are only when Hudson dispatches the build run on the windows7tests node. Now when I restricted the job to only the master node, the maven build starts successfully. It looks like the windows7tests node is not configured correctly to run maven builds.
The windows slave is only meant to run tests, not builds(hence the name). I've re-configured hudson to only use the Windows box for tied jobs. -M.
Seems the problem is solved ...