Code changed in jenkins
User: Vincent Latombe
Path:
core/src/main/java/jenkins/model/PeepholePermalink.java
http://jenkins-ci.org/commit/jenkins/f768fb7aed02bf4e944eff10cb2ba3007d98e560
Log:
JENKINS-20534 Avoid usage of temporary file to write symlink.
Creating a symlink is an atomic operation, and additionally
usage of tmp file + rename performs very badly on NTFS file
system because of the way the rename is tracked in the $MFT.
In case symbolic links are not supported, we still fallback to
a regular file.
(cherry picked from commit c0742b8bff9fe407e568da7ed860f30d9ea8aedc)
Code changed in jenkins
User: Vincent Latombe
Path:
core/src/main/java/jenkins/model/PeepholePermalink.java
http://jenkins-ci.org/commit/jenkins/f768fb7aed02bf4e944eff10cb2ba3007d98e560
Log:
JENKINS-20534Avoid usage of temporary file to write symlink.Creating a symlink is an atomic operation, and additionally
usage of tmp file + rename performs very badly on NTFS file
system because of the way the rename is tracked in the $MFT.
In case symbolic links are not supported, we still fallback to
a regular file.
(cherry picked from commit c0742b8bff9fe407e568da7ed860f30d9ea8aedc)