master branch workflow-job-2.33 SNAPSHOT, test case attached (diff file)
close method is not called in the pipeline lifecycle, I would like to leverage the close method to release resources used in TaskListenerDecorator, any suggestions ?
There is no guarantee close will be called on a decorated stream, particularly if it is remote. If you have something to release, find another way, such as a Callback.