after a checkout failure, hudson.scm.SubversionSCM#checkout should return false to notify jenkins about the error, but never does
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
This issue is included in the changelog for 1.43, but this issue hasn't been updated to reflect
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