Description
Copies files given as input into the pipeline state for use in later steps in the run and future runs, if file storage is available.
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
add_pipeline_files <file or directory> <name>
file or directory
is a file or directory to store in the pipeline state.name
is a name to give the stored file or directory (without spaces). This cannot be pipeline.env.