问题描述
我已经在Tomcat上运行Hudson设置了一个持续集成构建。我现在需要移动这个不同的Tomcat实例,但不想从头开始配置。
I've setup a continuous integration build with Hudson running on Tomcat. I now need to move this a different instance of Tomcat, but don't want to have to configure everything from scratch.
有一个配置文件定义每个作业我可以复制到新服务器,或者可以通过用户界面导入/导出作业?
Is there a configuration file that defines each job which I could copy to the new server, or is to possible to import/export a job via the user interface?
谢谢,
Don
Thanks,Don
推荐答案
检查运行hudson进程的用户的homedir中的.hudson目录。 (至少:这是hudson写入其配置文件的位置,如果你使用java -jar hudson.war在linux上运行它)。
Check the .hudson directory in the homedir of the user that runs the hudson process. (At least: that is the location hudson writes its config files to if you run it using java -jar hudson.war on linux).
另外:
这篇关于将Hudson作业移动到另一个服务器的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!