bkr-job-comment - Man Page
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
Author
The Beaker team <beaker-devel@lists.fedorahosted.org>
Copyright
2013-2024 Red Hat, Inc.
Referenced By
Jul 17, 2024 29.1 Beaker