pipeline run task-result
list
Gets information about all task results given by TaskRun or Run name.
Syntax
cpd-cli pipeline run task-result
list \
--run-id=<job-run-id> \
--task-run-name=<pipeline-run-bush-script> \
[--cpd-scope=<cpd-scope>]
[--job-id=<job-id>] \
[--pipeline-id=<pipeline-identifier>] \
[--pipeline-run-name=<placeholder-text>] \
[--project-id=<project-id>] \
[--space-id=<space-identifier>]
Options
Table 1: Command options
| Option | Description |
|---|---|
--cpd-scope |
The IBM Software Hub space,
project, or catalog scope. For example,
cpd://default-context/spaces/7bccdda4-9752-4f37-868e-891de6c48135.
|
--job-id |
Specify the job ID. Each job has a
unique ID. Alternatively, the serving_name value can be
used.
|
--pipeline-id |
Specify a pipeline
identifier.
|
--pipeline-run-name |
The pipeline run
name.
|
--project-id |
Specify an IBM Software Hub
project instance.
|
--run-id |
Specify a job run ID. The job run
ID can be used to search the parent job of a job run.
|
--space-id |
Specify a space
identifier.
|
--task-run-name |
Name of the task run or the run
from which the results come from. For example,
pipeline-90bc031ef1009d53527cf454db0160ed3cca-run-bash-script-1.
|