-
Bug
-
Resolution: Won't Fix
-
Major
-
None
I want to set threshould in robot plug-in. But it can not work. For example a job success rate is 60/63 but it seems still failed
My configuration is in the picture.
I want to set threshould in robot plug-in. But it can not work. For example a job success rate is 60/63 but it seems still failed
My configuration is in the picture.
If any of the command in shell execution return non zero return code, then jenkins will automatically mark the execution failed. IF you want the thresholds to mean anything you will have to make sure the command you execute return always 0.
One possible way to do this is pybot commandline option --nostatusrc