Hi,
Often if a job is composed of many stages it is necessary to perform clean up activities if a certain stage fails.
Is there some way to specify the equivalent of the try-catch-finally finally block(s) so that failures can be caught and cleanup activities can be specified? Or maybe a dependsOnSuccess/dependsOnFailure type specification could be added?
Thanks