Import Hudson jobs to Jenkins

2019-08-19 06:50发布

I'm trying to import Hudson(v3.1.2) jobs into Jenkins, but it seems that the config files differ in structure. Information about Git repository and MSBuild settings will not be read by Jenkins.

Anyone know if there's a way to get around this?

2条回答
祖国的老花朵
2楼-- · 2019-08-19 07:14

There is a plugin available to import jobs https://wiki.jenkins-ci.org/display/JENKINS/Job+Import+Plugin

It mentions -

You may also be able to import jobs from a Hudson instance as well, but compatibility is not a primary goal of this plugin.

查看更多
放荡不羁爱自由
3楼-- · 2019-08-19 07:15

One solution is to upgrade your existing Hudson instance to Jenkins (to migrate the job configuration).

And next, you can try to import the migrated jobs into your new Jenkins server.

Please do a backup before upgrading your Hudson instance :)

查看更多
登录 后发表回答