Community
Participate
Working Groups
I'm running some tests on https://hudson.eclipse.org/hudson/job/eclipse-equinox-test-N and I get the following error: Error occurred while transforming repository: Communication with repository at http://build.eclipse.org/eclipse/e4/build/e4/icu451Repo failed But I can see this URL available. I understood that the new hudson was behind a proxy, but does that mean I cannot see build.eclipse.org either? I'm still investigating this at my end as well. https://hudson.eclipse.org/hudson/job/eclipse-equinox-test-N/171/ is an example of a job that failed. PW
Can't you use the local filesystem? /shared/eclipse/e4/build/e4 is what you need...
I think I can use another URL, I'll try the file system. if we need to use the proxy to access build.eclipse.org, I can set that up for my test build as well. PW
(In reply to comment #1) > /shared/eclipse/e4/build/e4 is what you need... Is this mounted (and linked to /shared) on hudson? PW
Yes, the /shared directory is a networked filesystem, mounted and shared across all the build/hudson machines (at least, it should be).
(In reply to comment #4) > Yes, the /shared directory is a networked filesystem, mounted and shared across > all the build/hudson machines (at least, it should be). I switched to /opt/public/eclipse/e4 and appear to be getting further. I'm still not out of the woods yet. PW
(In reply to comment #4) > Yes, the /shared directory is a networked filesystem, mounted and shared across > all the build/hudson machines (at least, it should be). It's just we can't ssh to hudson to check the directory structure. PW
(In reply to comment #4) > Yes, the /shared directory is a networked filesystem, mounted and shared across > all the build/hudson machines (at least, it should be). Could you please check to make sure /shared is a link to /opt/public? My build has completed, so if that's the case this can be closed. PW
> Could you please check to make sure /shared is a link to /opt/public? I've confirmed that this is true(for the master and slaves). -M.