Skip to content

Commit 37b2d59

Browse files
authored
Update README.md
1 parent a2a0daa commit 37b2d59

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,14 @@ and continuous integration servers.
2020
There are many schemas with minor differences.
2121
We use one that is compatible with Jenkins xUnit plugin, a copy is
2222
available under `tests/vendor/jenkins/xunit-plugin/junit-10.xsd` (see attached license).
23+
24+
- [Jenkins (junit-10.xsd), xunit plugin (2014-2018)](https://github.com/jenkinsci/xunit-plugin/blob/14c6e39c38408b9ed6280361484a13c6f5becca7/src/main/resources/org/jenkinsci/plugins/xunit/types/model/xsd/junit-10.xsd), please note the latest versions (2.2.4 and above are not backwards compatible)
25+
2326
You may also find these resources useful:
2427

2528
- https://stackoverflow.com/questions/4922867/what-is-the-junit-xml-format-specification-that-hudson-supports
2629
- https://stackoverflow.com/questions/11241781/python-unittests-in-jenkins
27-
- [Jenkins (junit-10.xsd)](https://github.com/jenkinsci/xunit-plugin/blob/master/src/main/resources/org/jenkinsci/plugins/xunit/types/model/xsd/junit-10.xsd)
30+
- [Jenkins (junit-10.xsd), xunit plugin 2.2.4+](https://github.com/jenkinsci/xunit-plugin/blob/master/src/main/resources/org/jenkinsci/plugins/xunit/types/model/xsd/junit-10.xsd)
2831
- [JUnit-Schema (JUnit.xsd)](https://github.com/windyroad/JUnit-Schema/blob/master/JUnit.xsd)
2932
- [Windyroad (JUnit.xsd)](http://windyroad.com.au/dl/Open%20Source/JUnit.xsd)
3033
- [a gist (Jenkins xUnit test result schema)](https://gist.github.com/erikd/4192748)

0 commit comments

Comments
 (0)