Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: 7228af5bb1c4f9058bd35be50a7f9239f4345e04
https://github.com/jenkinsci/jenkins/commit/7228af5bb1c4f9058bd35be50a7f9239f4345e04
Author: James Nord <[email protected]>
Date: 2019-12-20 (Fri, 20 Dec 2019)
Changed paths:
M core/src/main/java/hudson/Util.java
M core/src/main/java/jenkins/util/io/PathRemover.java
Log Message:
-----------
[JENKINS-60351] - Make it possible to disable multiple deletion attempts by
setting hudson.Util.maxFileDeletionRetries to zero (#4382)
* [JENKINS-60351] It should be possible to disable a retry of the
PathRemover
This does not address the issues that the comments and code in
hudons.Util are inconsistent if they are for retries or total number of
attempts (they are currently total number of attempts)
* [JENKINS-60351] Make the code conform to the documentation
maxRetries should control the number of retries not the number of
attempts.
* rename field from DELETION_MAX to DELETION_RETRIES
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/jenkins/push/refs/heads/master/a67f59-7228af%40github.com.