|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Code changed in jenkins
User: Chris Arnott
Path:
core/src/main/java/hudson/node_monitors/DiskSpaceMonitorDescriptor.java
http://jenkins-ci.org/commit/jenkins/11b258829ab89e72b4de188c2d0e32006aa49bd2
Log:
JENKINS-7776Show decimals when disk space monitored as less than 1 GB.The logic relied on the monitor being triggered to show more decimals.
The monitor threshold can be set to something other than 1 GB, and therefore didn't always work as intended.