Skip to content

Commit

Permalink
[JENKINS-9741] Update last modified too.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgenpt committed Jan 19, 2012
1 parent 35514b1 commit 540a074
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -76,6 +76,7 @@ public void copyOne(FilePath s, FilePath d) throws IOException, InterruptedExcep
out.close();
}
d.chmod(s.mode());
d.touch(s.lastModified());
String digest = Util.toHexString(md5.digest());

FingerprintMap map = Jenkins.getInstance().getFingerprintMap();
Expand Down

0 comments on commit 540a074

Please sign in to comment.