jenkinsci / jenkinsci/support-core-plugin
[JENKINS-67179] Print user count 0 instead of nothing in users/count.md
- Dominant language
- Java
- Stars
- 19
- Forks
- 77
- Avg merge
- 17h 53m
- Merged PRs (30d)
- 3
Description
When there is no authenticated user or no non authenticated users, the users/count.md does not print the respective count of 0. Instead it does not print anything.
In those case, the file should rather display:
* Authenticated User Count: 0
* Non Authenticated User Count: 0
---
Originally reported by
allan_burdajewicz, imported from: Print user count 0 instead of nothing in users/count.md
allan_burdajewicz
Raw content of original issue
When there is no authenticated user or no non authenticated users, the users/count.md does not print the respective count of 0. Instead it does not print anything.
In those case, the file should rather display:
* Authenticated User Count: 0
* Non Authenticated User Count: 0
Contributor guide
Assessment
This issue has not been assessed yet.