-
Bug
-
Resolution: Unresolved
-
Major
-
Subversion Plug-in - 2.9
SCM API Plugin - 2.1.1
Jenkins - CloudBees Jenkins Enterprise 2.46.2.1-rolling
JDK 1.8.65
Subversion Server - Subversion Edge Release: 5.1.0
Node - RHEL Linux x64
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)
[JENKINS-46405] SVN Checkout NullPointerException - Failed to parse changelog
Description |
Original:
I am seeing a similar issue - 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) |
New:
I am seeing a similar issue - - 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|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) |
Description |
Original:
I am seeing a similar issue - - 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|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) |
New:
I am seeing a similar issue -- - 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:java} . //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) {code} |
Labels | Original: NullPointerException checkout subversion-plugin | New: NullPointerException checkout newbie-friendly subversion-plugin |
I think this is a duplicate of https://issues.jenkins-ci.org/browse/JENKINS-33433