Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] howto ssh to hudson.eclipse.org?

hi Martin,
Afaik now only hudson admins can ssh to hudson.eclipse.org.
You can still ssh to build.eclipse.org, wget zip with your latest binaries and publish to downloads.eclipse.org

e.g.

wget --no-check-certificate "https://hudson.eclipse.org/hudson/job/cbi-atf-0.3-nightly/lastSuccessfulBuild/artifact/build/*zip*/build.zip"
unzip build.zip

Note that you don't need to prepare this zip, it's hudson feature to get whole directory at once. This was recommended to us by Nick or Dave

Jacek


On Sat, Oct 2, 2010 at 9:40 AM, Martin Taal <mtaal@xxxxxxxxx> wrote:
Hi,
This question has been asked before but I could not find it anymore, sorry for that.

Before I could ssh to build.eclipse.org, I needed this to publish builds. Now I can't ssh to hudson.eclipse.org from where I am. Is it possible to enable ssh login or are there other methods I should use?

Thanks!.
-- 

With Regards, Martin Taal

Springsite/Elver.org
Office: Hardwareweg 4, 3821 BV Amersfoort
Postal: Nassaulaan 7, 3941 EC Doorn
The Netherlands
Cell: +31 (0)6 288 48 943
Tel: +31 (0)84 420 2397
Fax: +31 (0)84 225 9307
Mail: mtaal@xxxxxxxxxxxxxx - mtaal@xxxxxxxxx
Web: www.springsite.com - www.elver.org

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



Back to the top