PipelineRunResponse interface
The response properties returned for a pipeline run.
Properties
| catalog |
The digest of the tar used to transfer the artifacts. |
| finish |
The time the pipeline run finished. |
| imported |
The artifacts imported in the pipeline run. |
| pipeline |
The detailed error message for the pipeline run in the case of failure. |
| progress | The current progress of the copy operation. |
| source | The source of the pipeline run. |
| start |
The time the pipeline run started. |
| status | The current status of the pipeline run. |
| target | The target of the pipeline run. |
| trigger | The trigger that caused the pipeline run. |
Property Details
catalogDigest
The digest of the tar used to transfer the artifacts.
catalogDigest?: string
Property Value
string
finishTime
The time the pipeline run finished.
finishTime?: Date
Property Value
Date
importedArtifacts
The artifacts imported in the pipeline run.
importedArtifacts?: string[]
Property Value
string[]
pipelineRunErrorMessage
The detailed error message for the pipeline run in the case of failure.
pipelineRunErrorMessage?: string
Property Value
string
progress
The current progress of the copy operation.
progress?: ProgressProperties
Property Value
source
The source of the pipeline run.
source?: ImportPipelineSourceProperties
Property Value
startTime
The time the pipeline run started.
startTime?: Date
Property Value
Date
status
The current status of the pipeline run.
status?: string
Property Value
string
target
The target of the pipeline run.
target?: ExportPipelineTargetProperties
Property Value
trigger
The trigger that caused the pipeline run.
trigger?: PipelineTriggerDescriptor