-
Bug
-
Resolution: Not A Defect
-
Trivial
-
None
I use batch command to execute tests in Jenkins Job.
1st problem:
I added to --rerunfailed step in my batch command but there is a bug. For example: I have 20 test case and 18/20 passed. --rerunfailed command execute the failed test and when they also passed, jenkins status button won't be green. It has to be green, because actually whole tests status passed.
2nd problem:
For example, passed ratio is 15/20. After this execution passed ratio increase to 18/20 with --rerunfailed but general report won't be updated.
Is this the same issue as https://issues.jenkins-ci.org/browse/JENKINS-29210 ?