1BKR-JOB-COMMENT(1) Beaker BKR-JOB-COMMENT(1)
2
3
4
6 bkr-job-comment - Add a comment to a job
7
9 bkr job-comment [options] <taskspec>...
10
11
13 Specify one or more <taskspec> arguments to add the comment on.
14
15 The <taskspec> arguments follow the same format as in other bkr subcomâ
16 mands (for example, J:1234). See Specifying tasks in bkr(1).
17
18 Only recipe sets, recipe tasks and task results can be commented on.
19
21 --message
22 Comment to be added to the job.
23
24 Common bkr options are described in the Options section of bkr(1).
25
27 Non-zero on error, otherwise zero.
28
30 Add comment to recipe set 1234:
31
32 bkr job-comment --message="Provisioning failed because boot order was
33 wrong." RS:1234
34
36 bkr(1)
37
39 The Beaker team <beaker-devel@lists.fedorahosted.org>
40
42 2013-2023 Red Hat, Inc.
43
44
45
46
4728.3 Nov 17, 2023 BKR-JOB-COMMENT(1)