Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 319906 - Configure git executable location on build2
Summary: Configure git executable location on build2
Status: RESOLVED FIXED
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: CI-Jenkins (show other bugs)
Version: unspecified   Edit
Hardware: PC Linux
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: CI Admin Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-14 15:17 EDT by David Carver CLA
Modified: 2010-07-14 15:53 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Carver CLA 2010-07-14 15:17:07 EDT
There seems to be a problem when trying to run jobs on build2 that use git as the repository.

Started by an SCM change
ln -s 2010-07-14_14-30-42 /opt/users/hudsonbuild/.hudson/jobs/maven-wtp.xml-security.inc/builds/23 failed: -1
Building remotely on build2
Checkout:maven-wtp.xml-security.inc / /opt/users/hudsonbuild/workspace/maven-wtp.xml-security.inc - hudson.remoting.Channel@36623662:build2
Using strategy: Gerrit
Last Built Revision: Revision 01aee5c46a0592cb8df2f0a87056219fecbeeec4 (timebased)
remote file operation failed: /opt/users/hudsonbuild/workspace/maven-wtp.xml-security.inc at hudson.remoting.Channel@36623662:build2
Archiving artifacts
Recording test results
Finished: FAILURE


The remote file operation is failing.   The URL we are trying to use is:

git://git.eclipse.org/gitroot/webtools/org.eclipse.webtools.incubator.git

Can build2 see the git repository?  Are the git command line utilities installed and available on build2?
Comment 1 David Carver CLA 2010-07-14 15:18:40 EDT
I just did a quick check and it doesn't look like the Git location is configured on build2.
Comment 2 David Carver CLA 2010-07-14 15:53:12 EDT
This now seems to be working with the git 0.9.2 plugin installed and a reboot of hudson.