1BKR-JOB-RESULTS(1)                  Beaker                  BKR-JOB-RESULTS(1)
2
3
4

NAME

6       bkr-job-results - Export Beaker job results as XML
7

SYNOPSIS

9       bkr job-results [--prettyxml] [options] <taskspec>...
10

DESCRIPTION

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

OPTIONS

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
34              increase  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

EXIT STATUS

42       Non-zero on error, otherwise zero.
43

EXAMPLES

45       Display results for job 12345  in  human-readable  form  (assuming  the
46       human can read XML):
47
48          bkr job-results --prettyxml J:12345
49

SEE ALSO

51       bkr(1)
52

AUTHOR

54       The Beaker team <beaker-devel@lists.fedorahosted.org>
55
57       2013-2019 Red Hat, Inc.
58
59
60
61
6226.5                             Sep 26, 2019               BKR-JOB-RESULTS(1)
Impressum