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.
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