restore_cache_files

JFrog Pipelines Documentation

Products
JFrog Pipelines
Content Type
User Guide
ft:sourceType
Paligo

Description

Copies stored cache (if file storage is available) to the specified location. No error will occur if nothing is available for <name> in the cache.

Use this utility function when you want to make use of files generated from the first step in the second step, which runs only after first step finishes.

Usage

restore_cache_files <name> <path>

  • name is the name the file or driectory to be restored was given when cached.

  • path is a path at which to place the file or directory.