ComponentArtifact
Input or output artifact definition for a pipeline component.
Describes files or data that flow between pipeline steps.
nameName (string)required
Artifact name
pathPath (string)
File path or location
Default value:
optionalOptional (boolean)
Whether this artifact is optional
Default value:
falseComponentArtifact
{
"name": "output-markdown",
"optional": false,
"path": "/tmp/output.md"
}