codefreshdemo / cf-example-shared-volumes-between-builds

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:JavaScript 54.2%Language:Dockerfile 45.8%