-
Bug
-
Resolution: Unresolved
-
Minor
-
Jenkins 2.363 MF Application Automation Tools 7.4.3 Subversion Plug-in 2.16.0
Microsoft Windows Server 20166
Trying to run a Freestyle project with SVN source code management. Null Pointer exception occurs in SVN processing for Octane. Immediately rerunning the job does not reproduce the exception. Instead, if you do a SVN check in then run the job the Null Pointer exception re-occurs.
Check-out strategy is Emulate clean checkout by first deleting unversions/ignored files, then 'svn update'. Quiet check-out is checked. Repository browser is default.
java.lang.NullPointerException
at hudson.scm.SVNRevisionState.getRevision(SVNRevisionState.java:24)
at com.microfocus.application.automation.tools.octane.model.processors.scm.SvnSCMProcessor.getBuiltRevId(SvnSCMProcessor.java:147)
at com.microfocus.application.automation.tools.octane.model.processors.scm.SvnSCMProcessor.extractSCMData(SvnSCMProcessor.java:90)
at com.microfocus.application.automation.tools.octane.model.processors.scm.SvnSCMProcessor.getSCMData(SvnSCMProcessor.java:66)
at com.microfocus.application.automation.tools.octane.model.processors.scm.SCMUtils.extractSCMData(SCMUtils.java:62)
at com.microfocus.application.automation.tools.octane.events.SCMListenerOctaneImpl.onChangeLogParsed(SCMListenerOctaneImpl.java:65)
at hudson.model.listeners.SCMListener.onChangeLogParsed(SCMListener.java:121)
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:663)
Caused: java.io.IOException: Failed to parse changelog
at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:665)
at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:85)
at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:519)
at hudson.model.Run.execute(Run.java:1899)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:44)
at hudson.model.ResourceController.execute(ResourceController.java:107)
at hudson.model.Executor.run(Executor.java:449)