Skip to content

bj pipeline logs

Print the logs for a pipeline's steps.

Synopsis

bj pipeline logs [OPTIONS] PIPELINE

Arguments

Argument Description
PIPELINE Build number or pipeline UUID. (required)

Options

Option Description
--step <integer> 1-based step index (default: all).
-R, --repo <text> Target repo as WORKSPACE/REPO.

Examples

bj pipeline logs 123
bj pipeline logs 123 --step 2

See also