Reputation: 11
I currently have some Projects that are running on one Jenkins server. However recently we have set-up our own co-located Jenkins Server. Now the task is to migrate all the existing projects from the old Jenkins server to the new one. These are the same versions of Jenkins. What would be the easiest way to migrate these projects without using any plug-in ? The source code for all these projects in in SVN.
Upvotes: 1
Views: 574
Reputation: 109232
You can simply copy the project directories from one machine to another. See the administration page in the wiki.
Upvotes: 2