Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Undo the changes made in case of pipeline generation failure #96

Open
pmalawsk13 opened this issue May 17, 2022 · 1 comment · May be fixed by #108
Open

Feature: Undo the changes made in case of pipeline generation failure #96

pmalawsk13 opened this issue May 17, 2022 · 1 comment · May be fixed by #108
Assignees

Comments

@pmalawsk13
Copy link

pmalawsk13 commented May 17, 2022

No description provided.

@pmalawsk13
Copy link
Author

pmalawsk13 commented May 17, 2022

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 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
@BenjaminE98 BenjaminE98 self-assigned this May 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants