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

Support "rollback" #74

Closed
kmanning opened this issue Sep 3, 2019 · 1 comment
Closed

Support "rollback" #74

kmanning opened this issue Sep 3, 2019 · 1 comment

Comments

@kmanning
Copy link
Collaborator

kmanning commented Sep 3, 2019

  • Support the ability to "rollback" a deployment that you do not like (eg: rollback to a successful deployment, if the most recent deployment failed).
  • Options:
    • When the pipeline runs, it automatically pulls from master. Add a new feature where running the pipeline will prompt the user for a git commit. Allow the user to select a git commit for the last successful deployment. If that is chosen, redeploy that commit (effectively, rollback by redeploying the last successful deployment.) If the user does not choose this option, continue with the default behavior, and deploy the lasted commit from master. Make sure this "works" when running in a branch, where 'terraform apply' is not available.
@kmanning
Copy link
Collaborator Author

kmanning commented Sep 3, 2019

Closing this - this is basically only possible with a Declarative Pipeline. See issue #42 on possible ideas for getting as close as possible to this.

@kmanning kmanning closed this as completed Sep 3, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant