Commit Graph

8 Commits

Author SHA1 Message Date
Matthieu Baerts deafd08377
junit: add 'Skip marking build as unstable on test failure' param
This new option has been added in JUnit v1.51

  https://github.com/jenkinsci/junit-plugin/releases/tag/junit-1.51

The user can decide not to mark a build as unstable on test failure.

Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Change-Id: I960ed98cf4b0f8f632546492f6dbb6d1aa0055c9
2021-08-31 18:18:48 +02:00
Matthieu Baerts 93ae6dd1e4
junit: add 'Skip publishing checks' param
This new option has been added in JUnit v1.39

  https://github.com/jenkinsci/junit-plugin/releases/tag/junit-1.39

The user can decide not to publish issues to SCM provider platforms.

Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net>
Change-Id: I543dbd5cb355acc5106336afd8953a03245df2fa
2021-08-31 18:18:48 +02:00
Dong Ma a463b12f29 Update junit plugin
- update junit plugin to use convert xml
- update docstring of junit plugin

Change-Id: I47e5ebd159bca869a297cf5f0b85a3d63bb264ac
2016-09-14 11:31:45 +08:00
Tomas Bezdek 267129bb4d Add support for enabling empty results
needs https://github.com/jenkinsci/junit-plugin/pull/28 merged and released

Change-Id: Id033495dcc97c8562b173fa419fc8312467ccf9a
2016-07-27 21:35:40 -04:00
Kien Ha 1eec43ff9f Add plugin="junit" attribute for JUnit plugin
Change-Id: If7191cac2ac6db83e24993f7f65896b89745a878
Signed-off-by: Kien Ha <kienha9922@gmail.com>
2016-07-01 11:26:00 -04:00
Jeff Grafton 4d68c57daa Add flaky test report and allow empty options to JUnit publisher
Change-Id: I4269c0be99415d2cdaf7c682b8e4d04c18093624
2016-06-06 22:06:32 -07:00
Somay Jain c395463d21 Support for health-scale-factor in junit plugin
Change-Id: Iffca6e201c8f57303aefad8574dd3d8ed298509a
2015-07-08 18:04:55 +05:30
Pavel Sedlák 3fe4a3d214 Add support for Test Stability with Junit
Adds test-stability option to junit test result
publisher, requires Test stability plugin to be installed.

https://wiki.jenkins-ci.org/display/JENKINS/Test+stability+plugin

Change-Id: Idd7ef1bdeaf9e6fd8881bab5729950dc717ce9f3
2014-01-24 10:50:03 +01:00