Package version:

Interface PipelineRunRequest

The request properties provided for a pipeline run.

Hierarchy

  • PipelineRunRequest

Properties

artifacts?: string[]

List of source artifacts to be transferred by the pipeline. Specify an image by repository ('hello-world'). This will use the 'latest' tag. Specify an image by tag ('hello-world:latest'). Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').

catalogDigest?: string

The digest of the tar used to transfer the artifacts.

pipelineResourceId?: string

The resource ID of the pipeline to run.

The source properties of the pipeline run.

The target properties of the pipeline run.

Generated using TypeDoc