jenkinsci / jenkinsci/subversion-plugin
[JENKINS-46405] SVN Checkout NullPointerException - Failed to parse changelog
- Dominant language
- Java
- Stars
- 131
- Forks
- 275
- Avg merge
- 12h 4m
- Merged PRs (30d)
- 6
Description
I am seeing a similar issue - JENKINS-33433">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)
---
Originally reported by vphad, imported from: SVN Checkout NullPointerException - Failed to parse changelog
Raw content of original issue
I am seeing a similar issue -
JENKINS-33433-- raised for git pluginWe 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)
environment
```
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
```
Contributor guide
Assessment
This issue has not been assessed yet.