Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there (an automated) way to backup Hudson CI files?

Here at my company we have three Hudson CI servers with 100+ jobs configured. We are looking for an automated way to periodically backup job configurations and build history.

Currently we have an ant script that we configure as a job but it's not easy to maintain and not elegant.

Have any of you found a way to manage this?

like image 961
Kalecser Avatar asked Jul 17 '09 18:07

Kalecser


1 Answers

There is a Backup Plugin.

I don't believe that it supports scheduling of periodic backups, but you might be able to trigger it by accessing it through the URL (like some other Hudson remote APIs), in which case you might be able to simply set up a cron job to ping the URL.

like image 95
matt b Avatar answered Oct 24 '22 11:10

matt b