1BKR-JOB-WATCH(1) Beaker BKR-JOB-WATCH(1)
2
3
4
6 bkr-job-watch - Watch the progress of a Beaker job
7
9 bkr job-watch [options] <taskspec>...
10
12 Specify one or more <taskspec> arguments to be watched. Each state
13 change will be reported to stdout. The command will exit only when ev‐
14 erything is finished.
15
16 The <taskspec> arguments follow the same format as in other bkr subcom‐
17 mands (for example, J:1234). See Specifying tasks in bkr(1).
18
20 Common bkr options are described in the Options section of bkr(1).
21
23 Non-zero on error, otherwise zero.
24
26 In its current implementation this command polls the Beaker server pe‐
27 riodically for state changes. To avoid overloading the server, only the
28 given <taskspec> arguments and none of their subcomponents are watched.
29 This limitation will be addressed in an upcoming release (most likely
30 by switching to a message bus).
31
33 Watch the progress of job 12345 and all recipes within it:
34
35 bkr job-watch J:12345
36
37 Due to the limitation noted above, this won't actually watch any
38 recipes within the job, although it should.
39
41 bkr(1)
42
44 The Beaker team <beaker-devel@lists.fedorahosted.org>
45
47 2013-2022 Red Hat, Inc.
48
49
50
51
5228.3 Jul 20, 2022 BKR-JOB-WATCH(1)