Import Hudson jobs to Jenkins

夙愿已清 提交于 2019-12-13 08:39:22

问题


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?


回答1:


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 :)




回答2:


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.



来源:https://stackoverflow.com/questions/34269050/import-hudson-jobs-to-jenkins

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!