| Summary: | create build jobs for MPC | ||
|---|---|---|---|
| Product: | Community | Reporter: | Steffen Pingel <steffen.pingel> |
| Component: | CI-Jenkins | Assignee: | Eclipse Webmaster <webmaster> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | b.muskalla |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Steffen Pingel
I've created: * epp-mpc-integration (multi-configuration project) * epp-mpc-release (free-style software project) -M. Thanks a lot. I am getting an error since it's trying to build on the windows slave. Any idea how to bind it to the Linux slaves? https://hudson.eclipse.org/hudson/job/epp-mpc-integration/3/console: $ git clone -o origin git://git.eclipse.org/gitroot/mpc/org.eclipse.epp.mpc.git c:\hb\workspace\epp-mpc-integration ERROR: Error cloning remote repo 'origin' : Could not clone git://git.eclipse.org/gitroot/mpc/org.eclipse.epp.mpc.git ERROR: Cause: Error performing git clone -o origin git://git.eclipse.org/gitroot/mpc/org.eclipse.epp.mpc.git c:\hb\workspace\epp-mpc-integration Cannot run program "git": CreateProcess error=2, The system cannot find the file specified Trying next repository ERROR: Could not clone repository FATAL: Could not clone hudson.plugins.git.GitException: Could not clone at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:719) at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:658) According to http://issues.hudson-ci.org/browse/HUDSON-7825 this requires a plug-in: http://wiki.hudson-ci.org/display/HUDSON/Matrix+Tie+Parent+Plugin unless we can make Git/Tycho work on the Windows box. Is there any problem with me creating the 'extra' jobs originally requested and removing the multi-configuration one? It'll be way faster than testing the plugin(which should clearly be part of the core). -M. (In reply to comment #4) > Is there any problem with me creating the 'extra' jobs originally requested and > removing the multi-configuration one? It'll be way faster than testing the > plugin(which should clearly be part of the core). Works fine for me. Is building with Git or building on the Windows boxes not yet supported for all projects (I occasionally saw jobs running there)? Ok, I've created the 'new' jobs and deleted the multi config one. The windows and mac slaves aren't meant for actual builds, but for testing, hence the 'test' in the names. -M. |