|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

ok no problem...
Usually not all test will be passed. And with watermarks or also called thresholds you can define how many tests or how great the percentage of positive tests should be to have a somehow passed result. E.g. 5% out of your test are ok to be failed. Thats the unstable threshold.
The second one is the failed mark.
The robot framework plugin says:
Specify thresholds for marking a build unstable or passed. Thresholds are expressed in percentage of tests that passed compared to total amount of tests run. Builds with pass percentage under the blue threshold wild be marked unstable and pass percentage under yellow threshold will yield a failed build.