pipeline run
get-log
Finds log by its ID. You must specify either project_id or space_id.
Syntax
cpd-cli pipeline run
get-log \
--log-id=<placeholder> \
--run-id=<job-run-id> \
[--job-id=<job-id>] \
[--project-id=<project-id>] \
[--space-id=<space-identifier>]
Options
Table 1: Command options
| Option | Description |
|---|---|
--job-id |
Specify the job ID. Each job has a
unique ID. Alternatively, the serving_name value can be
used.
|
--log-id |
Log identifier. For a node, this
identifier is equal to a name of the TaskRun or Run corresponding to this node.
Required.
|
--project-id (UUID) |
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.
|