0
votes

What is the best way to migrate Hudson jobs to Jenkins?

When I tried to

  1. copy job directory along with config.xml
  2. reload configuration

its not showing up all the parameters and and build steps. Could you help with best approach with minimal post migration fix?

Thanks in advance

1
You can also check these very similar questions (this one is de-facto duplicate, or is the target Jenkins mentioned somewhat specific?): stackoverflow.com/questions/34269050/…, stackoverflow.com/questions/14718437/…Petr Bodnár

1 Answers

0
votes

wrote shell script to copy parameters and build step from hudson config.xml to jenkins > config.xml and create new directory under jenkins and reload configuration thru scripting.

However, we had only couple of jobs with downstream/upstream. I didn't extend the script to automate this