-
Improvement
-
Resolution: Fixed
-
Minor
-
None
Fitnesse plugin sets the builds result as failed when Fitnesse tests are run and the test results include failed tests (wrong and/or exception count > 0). The plugin should set the build result as unstable for this case, which is consistent with the behavior of other plugins for junit and testng testing.
[JENKINS-17398] Fitnesse plugin should set build result as unstable when tests fail
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 148233 ] | New: JNJira + In-Review [ 206540 ] |
Code changed in jenkins
User: Christopher Orr
Path:
src/main/java/hudson/plugins/fitnesse/FitnesseResults.java
http://jenkins-ci.org/commit/fitnesse-plugin/dbce1c7ced47050904ddddee86654debc672feb2
Log:
Merge pull request #6 from daldinger/master
[FIXED JENKINS-17398] Mark the build as unstable when there are test failures.
Compare: https://github.com/jenkinsci/fitnesse-plugin/compare/006aaf6180d8...dbce1c7ced47