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
User Story
As a developer when running the pipeline generator script and something goes wrong in the process,
I would like the script to revert the changes made,
so that I do not have to do it manually.
Description
Refactor the pipeline generator script so that in case it fails at some point it undoes the changes made.
Current situation:
In the current version if something breaks in the middle of the execution the user needs to undo this changes manually in order to execute the script again.
Acceptance criteria
In case pipeline generation fails (for any reason), the script shall note it and revert changes made.
developer has a possibility to define an "undo-level"
pmalawsk13
changed the title
Feature: Undo the changes made in case of failure
Feature: Undo the changes made in case of pipeline generation failure
May 17, 2022
No description provided.
The text was updated successfully, but these errors were encountered: