|
hello,
i'm attempting to migrate from latest hudson to latest jenkins. after deploying the new war file to my tomcat instance and firing it up i'm able to login however all my jobs are missing. when i look at the logs i see several exceptions " Caused by: com.thoughtworks.xstream.converters.ConversionException: TreeMap does not contain <comparator> element"when parsing the jobs build.xml files. has anybody else seen this issue? any ideas? thanks in advance, --stefan |
|
The latest Hudson's XML format is VERY different from Jenkin's format from what I remember. How many jobs do you have? Sent from my Windows Phone From: Stefan Schwoegler Sent: 9/15/2012 2:47 PM To: [hidden email] Subject: hudson migration: all jobs are gone! hello, i'm attempting to migrate from latest hudson to latest jenkins. after deploying the new war file to my tomcat instance and firing it up i'm able to login however all my jobs are missing. when i look at the logs i see several exceptions " Caused by: com.thoughtworks.xstream.converters.ConversionException: TreeMap does not contain <comparator> element"when parsing the jobs build.xml files. has anybody else seen this issue? any ideas? thanks in advance, --stefan |
|
about 20
|
|
In reply to this post by Stefan Schwoegler
Are the configs complex? You may need to port by hand since the XML formats diverged. Sent from my Windows Phone From: Stefan Schwoegler Sent: 9/15/2012 5:43 PM To: Alex Earl Cc: [hidden email] Subject: Re: hudson migration: all jobs are gone! about 20
|
|
kinda with the active directory perms, but how would i go about porting? also, just a thought, could i downgrade hudson (not sure if thats even possible) to where they were closer then migrate to an older version of jenkins, then upgrade jenkins?
regards, -- Sent from my mobile device Stefan Schwoegler
|
|
You may be able to do something with groovy scripting, other than
that, I am not sure if there would be an automated way to do it. This is one of the major bummers of the split, some large divergences have crept in. slide On Sat, Sep 15, 2012 at 7:08 PM, Stefan Schwoegler <[hidden email]> wrote: > kinda with the active directory perms, but how would i go about porting? > > also, just a thought, could i downgrade hudson (not sure if thats even > possible) to where they were closer then migrate to an older version of > jenkins, then upgrade jenkins? > > regards, > > -- > Sent from my mobile device > > Stefan Schwoegler > [hidden email] > > On Sep 15, 2012, at 18:58, Alex Earl <[hidden email]> wrote: > > Are the configs complex? You may need to port by hand since the XML formats > diverged. > > Sent from my Windows Phone > ________________________________ > From: Stefan Schwoegler > Sent: 9/15/2012 5:43 PM > To: Alex Earl > Cc: [hidden email] > Subject: Re: hudson migration: all jobs are gone! > > about 20 > > > -- > Sent from my mobile device > > Stefan Schwoegler > [hidden email] > > On Sep 15, 2012, at 17:42, Alex Earl <[hidden email]> wrote: > > The latest Hudson's XML format is VERY different from Jenkin's format from > what I remember. How many jobs do you have? > > Sent from my Windows Phone > ________________________________ > From: Stefan Schwoegler > Sent: 9/15/2012 2:47 PM > To: [hidden email] > Subject: hudson migration: all jobs are gone! > > hello, > > i'm attempting to migrate from latest hudson to latest jenkins. after > deploying the new war file to my tomcat instance and firing it up i'm able > to login however all my jobs are missing. when i look at the logs i see > several exceptions " > > Caused by: com.thoughtworks.xstream.converters.ConversionException: TreeMap > does not contain <comparator> element" > > when parsing the jobs build.xml files. > > has anybody else seen this issue? any ideas? > > thanks in advance, > > --stefan > -- Website: http://earl-of-code.com |
| Powered by Nabble | Edit this page |
