rtyler / otto

Otto is your friendly continuous delivery companion.
GNU Affero General Public License v3.0
80 stars 5 forks source link

Implement stash/unstash steps for pipeline temporary storage #50

Open rtyler opened 3 years ago

rtyler commented 3 years ago

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.