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
-
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue duplicates |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Resolved [ 5 ] |
Link |
This issue is duplicated by |
Workflow | JNJira [ 145325 ] | JNJira + In-Review [ 191433 ] |
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