-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
-
5.0.0 (analysis-model and warnings-ng)
I tried to set the health report level to
healthy: 0 unhealthy: 1
this causes an error, that both healthy and unhealthy should be set.
(guess : code needs to discriminiate between NULL/unset and 0/zero.)
- is duplicated by
-
JENKINS-56145 Provide boolean (100%/0%) health report option
-
- Open
-
0 is an invalid value. The first valid value is 1 because I compare with < and >. I think I need to improve the error message.