On Thu, Apr 4, 2019 at 2:22 PM Nisarg Shah <[email protected]> wrote: > Here I want to delete builds,artifacts and workspaces created by External > Workspace Manager.
Artifacts are normally deleted alongside a build. (Unless you are using `artifact-manager-s3`, by design.) Unless I am missing something, it is the responsibility of the `external-workspace-manager` plugin to implement deletion of (unused?) external workspaces when builds are deleted, and that is orthogonal to your proposal. `RunListener.onDeleted` is simply the hook plugins receive to notify them to do any additional cleanup they need to, however they see fit. -- You received this message because you are subscribed to the Google Groups "Jenkins Developers" 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-dev/CANfRfr3GW-anfdxYf_dJxAU9v8%3D6iu4cDkFTFjMMjsThsxTG%3Dw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
