Skip to content

Print

Print event payloads to the terminal.

Debug json

output:
print:
output: stdout
JSON
{
"output": {
"print": {
"output": "stdout"
}
}
}

A ✓ marks a field that accepts a context variable such as {{ VARIABLE }}.

Behavior
Field Type Required Description
output Output the kind of output: standard output, standard error, pretty output.
Allowed values: stdout, stderr, pretty-stdout, pretty-stderr
Value Aliases Name Description
stdout stdout Standard output of job
stderr stderr Standard error of job
pretty-stdout pretty-stdout Nice JSON to standard output
pretty-stderr pretty-stderr Nice JSON to standard error