Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
after a checkout failure, hudson.scm.SubversionSCM#checkout should return false to notify jenkins about the error, but never does
Attachments
Issue Links
- duplicates
-
JENKINS-13137 Job build does not fail on failed SVN update
-
- Resolved
-
- is duplicated by
-
JENKINS-13055 checkout error for org.tmatesoft.svn.core.SVNException: svn: REPORT /svn/hit71/!svn/vcc/default failed
-
- Resolved
-
Code changed in jenkins
User: Nicolas De Loof
Path:
src/main/java/hudson/scm/SubversionSCM.java
src/main/java/hudson/scm/subversion/UpdateUpdater.java
http://jenkins-ci.org/commit/subversion-plugin/09f17089fdbbfa202735bbd4fc4f0aa241045e64
Log:
[FIXED JENKINS-14629] return null to notify about checkout failure
relates to
JENKINS-12201