Skip to content

Commit dc96e48

Browse files
authored
Merge pull request #7861 from nicoddemus/backport-7860
[6.1.x] Update reference.rst informing the default junit_family (#7860)
2 parents 69d9032 + 7ccfc39 commit dc96e48

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

doc/en/reference.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1236,12 +1236,13 @@ passed multiple times. The expected format is ``name=value``. For example::
12361236
.. confval:: junit_family
12371237

12381238
.. versionadded:: 4.2
1239+
.. versionchanged:: 6.1
1240+
Default changed to ``xunit2``.
12391241

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

1242-
* ``xunit1`` (or ``legacy``): produces old style output, compatible with the xunit 1.0 format. **This is the default**.
1243-
* ``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>`__,
1244-
which should be more compatible with latest Jenkins versions.
1244+
* ``xunit1`` (or ``legacy``): produces old style output, compatible with the xunit 1.0 format.
1245+
* ``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**.
12451246

12461247
.. code-block:: ini
12471248

0 commit comments

Comments
 (0)