You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
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 adependsOnSuccess
/dependsOnFailure
type specification could be added?Thanks
The text was updated successfully, but these errors were encountered: