Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 736 Bytes

result-path.md

File metadata and controls

8 lines (5 loc) · 736 Bytes

ResultPath Specification

A ResultPath denotes a specific location within a Task that contains meaningful output or results. By specifying a ResultPath, you can pinpoint which files or directories are essential and should be retained or published after the task's execution.

ResultPath Parameters:

  1. Name: A descriptive label or identifier for the result, allowing for easier referencing and understanding of the output's nature or significance.
  2. Path: Specifies the exact location, either a file or a directory, within the task's environment where the result or output is stored. This ensures that after the task completes, the critical data at this path can be accessed, retained, or published as necessary.