Branch: refs/heads/master Home: https://github.com/jenkinsci/slave-setup-plugin Commit: 359640411ddb727bbc6f5871fe74762e4128c24c https://github.com/jenkinsci/slave-setup-plugin/commit/359640411ddb727bbc6f5871fe74762e4128c24c Author: Mark Waite <mark.earl.wa...@gmail.com> Date: 2023-02-16 (Thu, 16 Feb 2023)
Changed paths: M src/main/java/org/jenkinsci/plugins/slave_setup/Components.java M src/main/java/org/jenkinsci/plugins/slave_setup/ComputerListenerImpl.java Log Message: ----------- [JENKINS-70622] Do not clean temporary files on agents (#24) https://github.com/jenkinsci/slave-setup-plugin/pull/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. -- 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 jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/slave-setup-plugin/push/refs/heads/master/cf9a3a-359640%40github.com.