Skip to content

Commit

Permalink
[FIXED JENKINS-16160] plugin losing change information if previous bu…
Browse files Browse the repository at this point in the history
…ild failed during svn checkout
  • Loading branch information
kutzi committed Apr 24, 2013
1 parent ec32447 commit a0c9c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/scm/SubversionSCM.java
Expand Up @@ -660,7 +660,7 @@ private boolean calcChangeLog(AbstractBuild<?,?> build, File changelogFile, Buil
* Please consider using the non-static version {@link #parseSvnRevisionFile(AbstractBuild)}!
*/
/*package*/ static Map<String,Long> parseRevisionFile(AbstractBuild<?,?> build) throws IOException {
return parseRevisionFile(build,false,false);
return parseRevisionFile(build,true,false);
}

/*package*/ Map<String,Long> parseSvnRevisionFile(AbstractBuild<?,?> build) throws IOException {
Expand Down

1 comment on commit a0c9c3a

@buildhive
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jenkins » subversion-plugin #125 FAILURE
Looks like this commit caused a build failure
(what's this?)

Please sign in to comment.