Skip to content

Commit 266b53d

Browse files
committed
Add Jenkins xUnit Plugin link to doc
1 parent bdb3581 commit 266b53d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/en/goodpractices.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,9 @@ against your source code checkout, helping to detect packaging
153153
glitches.
154154

155155
Continuous integration services such as Jenkins_ can make use of the
156-
``--junitxml=PATH`` option to create a JUnitXML file and generate reports.
156+
``--junitxml=PATH`` option to create a JUnitXML file and generate reports (e.g.
157+
by publishing the results in a nice format with the `Jenkins xUnit Plugin
158+
<https://wiki.jenkins-ci.org/display/JENKINS/xUnit+Plugin>`_).
157159

158160

159161
Integrating with setuptools / ``python setup.py test`` / ``pytest-runner``

0 commit comments

Comments
 (0)