-
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
-
[JENKINS-55293] Unable to set healthy levels to 0
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Fixed but Unreleased [ 10203 ] |
Released As | New: warnings-ng 1.0.1 | |
Status | Original: Fixed but Unreleased [ 10203 ] | New: Resolved [ 5 ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
Attachment | New: image-2019-04-17-14-23-55-132.png [ 46803 ] |
Attachment | New: image-2019-04-17-14-24-37-482.png [ 46804 ] |
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.