Skip to content

Commit

Permalink
Merge pull request #28 from myrbock/master
Browse files Browse the repository at this point in the history
[FIXED JENKINS-19314] diff from last successfully checked out build
  • Loading branch information
mc1arke committed Dec 3, 2013
2 parents eb2a491 + c709d10 commit 1e259e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/scm/AbstractCvs.java
Expand Up @@ -512,7 +512,7 @@ protected PollingResult compareRemoteRevisionWith(final AbstractProject<?, ?> pr
}

// get the list of current changed files in this repository
final List<CvsFile> changes = calculateRepositoryState(project.getLastCompletedBuild().getTime(),
final List<CvsFile> changes = calculateRepositoryState(build.getTime(),
currentPollDate, repository, listener, envVars, workspace);

final List<CvsFile> remoteFiles = remoteState.get(repository);
Expand Down

0 comments on commit 1e259e9

Please sign in to comment.