bkr job-comment: Add a comment to a job¶
Synopsis¶
bkr job-comment [options] <taskspec>...
Description¶
Specify one or more <taskspec> arguments to add the comment on.
The <taskspec> arguments follow the same format as in other bkr subcommands (for example, J:1234). See Specifying tasks in bkr(1).
Only recipe sets, recipe tasks and task results can be commented on.
Options¶
- --message¶
Comment to be added to the job.
Common bkr options are described in the Options section of bkr(1).
Exit status¶
Non-zero on error, otherwise zero.
Examples¶
Add comment to recipe set 1234:
bkr job-comment --message="Provisioning failed because boot order was
wrong." RS:1234
See also¶
bkr(1)