Details
-
Type:
Bug
-
Status: Open (View Workflow)
-
Priority:
Major
-
Resolution: Unresolved
-
Component/s: subversion-plugin
-
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
-
Similar Issues:
Description
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)
Still having some similar issue ... happens when doing a checkout scm step in a scripted pipeline. Works when there are no changes, but as soon as it has to parse the change log, it fails like this:
We found out this was caused by
JENKINS-51817.