We need some way to allow clean up of remote agents after a build. This will have to happen after the artifact transfer back to the server. Right now, the artifact transfer module is also implemented as a post build command, hence there is no guarantee that any "clean up" process happens after that.
We should have a new plugin point that is after artifact transfer on the remote agent.
- relates to
-
BAM-679 Allow arbitrary post-build commands
- Closed