Do you still have the administer authorization in the old Jenkins instance? You can write a script like this (psuedocode):
- read a list of job URLs, one URL/line - for each line: - curl http://old-jenkins/job/myjob/config.xml (with basic authorization) - curl --data "@config.xml" http://new-jenkins/job/myjob (with basic authorization) It's a crummy way of doing it, but it's fool-proof, and I'm not sure it's even with the engineering cost for just 20 jobs. On Friday, February 28, 2014 2:29:12 PM UTC-5, SamiSam wrote: > > > Any ideas on how to perform the copy manually then? I guess i'll have to > do this job by job at this point.. I only have about 20 jobs to move :) > >> >> -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
