Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Hudson » ssh access to hudson.eclipse.org
ssh access to hudson.eclipse.org [message #774234] Tue, 03 January 2012 15:12 Go to next message
Vincent Lorenzo is currently offline Vincent LorenzoFriend
Messages: 248
Registered: June 2010
Location: Paris Saclay, France
Senior Member
Hi all,
I'm working on the Papyrus build, and I would like to know if there is a way to access to my build configuration with ssh. This access would allow to copy easily the scripts declared in the build configuration to save them.
Re: ssh access to hudson.eclipse.org [message #775154 is a reply to message #774234] Thu, 05 January 2012 13:12 Go to previous message
Duncan Mills is currently offline Duncan MillsFriend
Messages: 49
Registered: August 2011
Member

Vincent - In general Hudson terms, the way to approach this requirement is to use the Hudson Rest API.
The Rest API allows you to fetch and Put a configuration directly without needing shell access onto the machine.
Thus you can use the URL https://hudson.eclipse.org/hudson/job/<your job>/config.xml to get the configuration

See also:
https://hudson.eclipse.org/hudson/job/<your project>/api for more info.

The Hudson setup at Eclipse is secured so you will need to authenticate with your committer id

Hope that helps


Duncan Mills
Eclipse Hudson team
Previous Topic:Building Eclipse Rich Client Applications using Hudson
Next Topic:Hudson Users Mailing List
Goto Forum:
  


Current Time: Tue Apr 23 12:01:25 GMT 2024

Powered by FUDForum. Page generated in 0.03104 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top