Branch: refs/heads/master Home: https://github.com/jenkinsci/vsphere-cloud-plugin Commit: 7ea9d7ae1d57b6f38456ddd6b92873f651bf317b https://github.com/jenkinsci/vsphere-cloud-plugin/commit/7ea9d7ae1d57b6f38456ddd6b92873f651bf317b Author: Mike Ryan <justfal...@users.noreply.github.com> Date: 2020-06-09 (Tue, 09 Jun 2020)
Changed paths: M src/main/java/org/jenkinsci/plugins/vSphereCloudLauncher.java Log Message: ----------- Fix leak of launcher on disconnect (#117) - afterDisconnect is called asynchronously from the deletion of the Node. Ensure that we continue to process in the event that `slaveComputer.getNode()` returns null, as we still have to ensure that the launcher is torn down. Without this, SSHLauncher could sometimes leak sockets. -- 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/vsphere-cloud-plugin/push/refs/heads/master/c0cfbe-7ea9d7%40github.com.