Skip to main content

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: false
ComponentArtifact
{
"name": "output-markdown",
"optional": false,
"path": "/tmp/output.md"
}