restore_run_files

JFrog Pipelines Documentation

Products
JFrog Pipelines
Content Type
User Guide
ft:sourceType
Paligo

Description

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

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_run_files <name> <path>

  • path is the name the files to be restored were given when added to the run state.

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