I was previously using 1.414 and tried upgrading to 1.428, but it didn't work.
The jobs started failing with the following log:
Started by user batmat ln -s 2011-08-30_22-46-15 /ic/.jenkins/jobs/MyJob/builds/140 failed: -1 Building on master Reverting /ic/.jenkins/jobs/MyJob/workspace/thejob Updating svn://svn/someurl At revision 158 FATAL: org.apache.xml.serializer.ToXMLSAXHandler incompatible with org.apache.xml.serializer.SerializationHandler org.apache.xml.serializer.utils.WrappedRuntimeException: org.apache.xml.serializer.ToXMLSAXHandler incompatible with org.apache.xml.serializer.SerializationHandler at org.apache.xml.serializer.SerializerFactory.getSerializer(SerializerFactory.java:177) at org.apache.xalan.transformer.TransformerIdentityImpl.createResultContentHandler(TransformerIdentityImpl.java:280) at org.apache.xalan.transformer.TransformerIdentityImpl.setDocumentLocator(TransformerIdentityImpl.java:901) at hudson.scm.SubversionChangeLogBuilder.run(SubversionChangeLogBuilder.java:96) at hudson.scm.SubversionSCM.calcChangeLog(SubversionSCM.java:536) at hudson.scm.SubversionSCM.checkout(SubversionSCM.java:653) at hudson.model.AbstractProject.checkout(AbstractProject.java:1193) at hudson.model.AbstractBuild$AbstractRunner.checkout(AbstractBuild.java:555) at hudson.model.AbstractBuild$AbstractRunner.run(AbstractBuild.java:443) at hudson.model.Run.run(Run.java:1376) at hudson.maven.MavenModuleSetBuild.run(MavenModuleSetBuild.java:476) at hudson.model.ResourceController.execute(ResourceController.java:88) at hudson.model.Executor.run(Executor.java:175)
I'm gonna dive into this bug to identify more precisely when the problem appeared.
Once I'll have identified the version where the bug appeared, I guess I'll git bisect to find what's changed. I'll keep the information into the comments of this bug report.
Cheers