Re: backup/restore publish over ssh servers

2012-08-10 Thread Brant Boehmann
Thanks! Worked perfect!

On Thu, Aug 9, 2012 at 7:55 PM, Christopher Orr ch...@orr.me.uk wrote:

 Hi there,


 On 08/09/2012 09:33 PM, Brant Boehmann wrote:

 I am using the publish over ssh plugin. I have roughly 100 different
 servers configured for various applications to get automatically
 deployed to in a development environment.
 We have outgrown our Jenkins environment and are configuring a new
 environment using EC2. I'd like to somehow export all the existing ssh
 server configuration from our current jenkins instance (v1.455) and
 import them into our new EC2 based jenkins server (v1.475).

 I do not want to simply override all of the new server configuration as
 we wanted to start fresh, but I do need to get the ssh servers moved over.


 The server configurations in your existing Jenkins instance should be
 stored in $JENKINS_HOME/org.jenkins-ci.**plugins.publish-over-ssh.xml

 You may be able to copy that file directly to your new installation.

 Regards,
 Chris



backup/restore publish over ssh servers

2012-08-09 Thread Brant Boehmann
I am using the publish over ssh plugin. I have roughly 100 different
servers configured for various applications to get automatically deployed
to in a development environment.
We have outgrown our Jenkins environment and are configuring a new
environment using EC2. I'd like to somehow export all the existing ssh
server configuration from our current jenkins instance (v1.455) and import
them into our new EC2 based jenkins server (v1.475).

I do not want to simply override all of the new server configuration as we
wanted to start fresh, but I do need to get the ssh servers moved over.

Any thoughts?

Thanks