-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JENKINS-70622] Do not clean temporary files on agents (#24)
#11 was merged 5 years ago but only released in 1.15 Feb 2023. That change included a cleanup step that removes specifically named files from the /tmp folder using a Linux specific find command. There is not enough benefit from that cleanup step to justify the loss of portability to other Unix systems like FreeBSD, OpenBSD, macOS, and Solaris. https://issues.jenkins.io/browse/JENKINS-70622 reported the issue on Solaris, AIX, and HP variants of Unix.
- Loading branch information
1 parent
cf9a3a4
commit 3596404
Showing
2 changed files
with
0 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters