VESSL Run with VESSL Artifact
export
and import
options in your YAML configuration or through the Web Console, you can easily save and retrieve volumes. This guide covers how to use these features for data persistence.
export
keyword and specify the target volume and artifact name as shown below:
/target/path/
is the path of the volume in your run container that you wish to export, and {artifactName}
is the name you want to give to the saved artifact.
Project > Runs
section in the VESSL Web Console. Locate the Volumes
section and click Export > VESSL Artifact
at the target path.
Backup Volume
option and specify the Artifact Name
.
import
keyword as shown:
/target/path/
is the path of the volume in your run container that you wish to import, and {artifactName}
is the name you have saved before.
Project > Runs"
section in the VESSL Web Console. Locate the Volumes
section when creating or editing a run.