Issue Type: Bug Bug
Assignee: Unassigned
Components: subversion-plugin
Created: 02/Jan/15 4:16 PM
Description:

Reported in JENKINS-26157 but this is a bug in the Subversion plugin. After a SVNCancelException (failure to check out) from UpdateUpdater$TaskImpl.perform, null is returned, in violation of the documented contract of UpdateTask.perform. Eventually this gets passed up to checkout, which tries to add that to externals and fails.

perform should either return an empty list, or more likely just throw something appropriate such as AbortException. Was broken a couple years ago: https://github.com/jenkinsci/subversion-plugin/commit/7155ad9

Project: Jenkins
Labels: workflow
Priority: Major Major
Reporter: Jesse Glick
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to