Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PipelineRunRequest

Package version

The request properties provided for a pipeline run.

Hierarchy

  • PipelineRunRequest

Index

Properties

Optional artifacts

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').

Optional catalogDigest

catalogDigest: undefined | string

The digest of the tar used to transfer the artifacts.

Optional pipelineResourceId

pipelineResourceId: undefined | string

The resource ID of the pipeline to run.

Optional source

The source properties of the pipeline run.

Optional target

The target properties of the pipeline run.

Generated using TypeDoc