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
14 everything 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
27 periodically for state changes. To avoid overloading the server, only
28 the given <taskspec> arguments and none of their subcomponents are
29 watched. This limitation will be addressed in an upcoming release (most
30 likely 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, Red Hat, Inc
48
49
50
51
5226.3 Jan 31, 2019 BKR-JOB-WATCH(1)