-
Improvement
-
Resolution: Unresolved
-
Minor
-
None
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
[JENKINS-67179] Print user count 0 instead of nothing in users/count.md
Description |
Original:
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: {code} * Authenticated User Count: 0 * Non Authenticated User Count: 0 {code} |
New:
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: {code} * Authenticated User Count: 0 * Non Authenticated User Count: 0 {code} https://github.com/jenkinsci/support-core-plugin/blob/support-core-2.78/src/main/java/com/cloudbees/jenkins/support/impl/UserCount.java#L67-L76 |