Skip to content

Commit

Permalink
Merge pull request #7861 from nicoddemus/backport-7860
Browse files Browse the repository at this point in the history
[6.1.x] Update reference.rst informing the default junit_family (#7860)
  • Loading branch information
nicoddemus committed Oct 5, 2020
2 parents 69d9032 + 7ccfc39 commit dc96e48
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/en/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1236,12 +1236,13 @@ passed multiple times. The expected format is ``name=value``. For example::
.. confval:: junit_family

.. versionadded:: 4.2
.. versionchanged:: 6.1
Default changed to ``xunit2``.

Configures the format of the generated JUnit XML file. The possible options are:

* ``xunit1`` (or ``legacy``): produces old style output, compatible with the xunit 1.0 format. **This is the default**.
* ``xunit2``: produces `xunit 2.0 style output <https://github.com/jenkinsci/xunit-plugin/blob/xunit-2.3.2/src/main/resources/org/jenkinsci/plugins/xunit/types/model/xsd/junit-10.xsd>`__,
which should be more compatible with latest Jenkins versions.
* ``xunit1`` (or ``legacy``): produces old style output, compatible with the xunit 1.0 format.
* ``xunit2``: produces `xunit 2.0 style output <https://github.com/jenkinsci/xunit-plugin/blob/xunit-2.3.2/src/main/resources/org/jenkinsci/plugins/xunit/types/model/xsd/junit-10.xsd>`__, which should be more compatible with latest Jenkins versions. **This is the default**.

.. code-block:: ini
Expand Down

0 comments on commit dc96e48

Please sign in to comment.