Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 663 Bytes

File metadata and controls

13 lines (7 loc) · 663 Bytes

Codefresh shared volume example

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.

To use this project in Codefresh

See the codefresh.yml for an example pipeline.

More details can be found in Codefresh documentation.