Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-46405

SVN Checkout NullPointerException - Failed to parse changelog

XMLWordPrintable

      I am seeing a similar issue  - JENKINS-33433-- raised for git plugin 

      We are facing this issue with Subversion plugin

      We have upgraded the plugins to latest versions but we are still seeing this issue. 

      Though the job is configured for poll requests, triggering jobs from Jenkins also leads to this error,

      Job is set for - "Always checkout a fresh copy"

      Here's the trace log,

       

      . //Code Checkout 
       .
       A cos
       A cos/run_cos.sh
       U .
       At revision 39073
      No changes for http://SVN-Server:8080/svn/App/branches/development-master/build-deploy 
       since the previous build
       java.lang.NullPointerException
       Caused: java.io.IOException: Failed to parse changelog
       at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:622)
       at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:86)
       at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:529)
       at hudson.model.Run.execute(Run.java:1728)
       at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
       at hudson.model.ResourceController.execute(ResourceController.java:98)
       at hudson.model.Executor.run(Executor.java:405)
      

       

            Unassigned Unassigned
            vphad Vijayanand Phad
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: