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

Implement stash/unstash steps for pipeline temporary storage #50

Open
rtyler opened this issue Nov 28, 2020 · 0 comments
Open

Implement stash/unstash steps for pipeline temporary storage #50

rtyler opened this issue Nov 28, 2020 · 0 comments
Labels
component/object-store Object store related issues component/stdlib Step standard library issues

Comments

@rtyler
Copy link
Owner

rtyler commented Nov 28, 2020

These two steps are really helpful in Jenkins and Otto should have something similar.

In order to accomplish this, I think steps may need the ability to register hooks that can run at the end of a stage/context or at the end of a pipeline. Without hooks, the object-store would have to know when a pipeline has exited scope and properly terminate any archived artifacts in the pipeline's "temp" location.

@rtyler rtyler added component/stdlib Step standard library issues component/object-store Object store related issues labels Nov 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/object-store Object store related issues component/stdlib Step standard library issues
Projects
None yet
Development

No branches or pull requests

1 participant