Codefresh is a CI/CD platform that provides an automatic shared volume in all pipelines.
This volume is used for the workspace directory and can be used to share information not only between pipeline steps but also between subsequent builds of the same pipeline.
See the codefresh.yml for an example pipeline.
More details can be found in Codefresh documentation.