1BKR-JOB-RESULTS(1) Beaker BKR-JOB-RESULTS(1)
2
3
4
6 bkr-job-results - Export Beaker job results as XML
7
9 bkr job-results [--prettyxml] [options] <taskspec>...
10
12 Specify one or more <taskspec> arguments to be exported. An XML dump of
13 the results for each argument will be printed to stdout.
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
19 --format <format>
20 Shows results in the given format. The beaker-results-xml for‐
21 mat (default) is a superset of the Beaker job definition XML
22 syntax. The junit-xml format is compatible with the Ant JUnit
23 runner's XML output and is understood by Jenkins, Eclipse, and
24 other tools.
25
26 --prettyxml
27 Pretty-print the Beaker results XML (with indentation and line
28 breaks, suitable for human consumption). JUnit XML is always
29 pretty-printed regardless of this option.
30
31 --no-logs
32 Since Beaker 24.0, the results include links to all logs when
33 using the beaker-results-xml format. This can substantially in‐
34 crease the size of the XML. Use this option to omit the logs
35 (matching the behaviour of previous Beaker versions).
36
37 JUnit XML always includes logs regardless of this option.
38
39 Common bkr options are described in the Options section of bkr(1).
40
42 Non-zero on error, otherwise zero.
43
45 Display results for job 12345 in human-readable form (assuming the hu‐
46 man can read XML):
47
48 bkr job-results --prettyxml J:12345
49
51 bkr(1)
52
54 The Beaker team <beaker-devel@lists.fedorahosted.org>
55
57 2013-2022 Red Hat, Inc.
58
59
60
61
6228.3 May 21, 2022 BKR-JOB-RESULTS(1)