On Wed, Dec 7, 2011 at 2:17 PM, Dennis Hübner <[email protected]>wrote:

>  Am 07.12.11 14:09, schrieb Denis Roy:
>
> Well, then we have a problem.
>
> /shared is a NFS-mounted filesystem which is shared amongst all the
> build/hudson servers.  The NFS mount is problematic since you can't
> clean your workspace.
>
> So we *moved /shared/jobs* to a locally-mounted filesystem, which is
> *not shared*.  As far as I understand it, the new location shouldn't
> matter as you can use the https:// links to refer to the build
> artifacts.  Right?
>
>  No, that not right. Hudson access over https is fragile and slow.
>

We had similar problems when downloading artifacts from Hudson. Often
downloads would time out or get corrupted during the download.

We resolved it by copying the artifacts to a different location as the last
step in the build, e.g. to a directory under /home/data/httpd/
download.eclipse.org that is writeable by hudsonUser. If that works for
you, you could simply add a copy command as the last the step to the build
job configuration on Hudson.

Steffen

-- 
Steffen Pingel
Senior Software Developer, Eclipse Mylyn
Mylyn Tasks Lead
http://tasktop.com
_______________________________________________
cross-project-issues-dev mailing list
[email protected]
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

Reply via email to